jar

org.axonframework : axon-configuration-jakarta

Maven & Gradle

May 17, 2023
3k stars

Axon Configuration (Jakarta) · Contains all the necessary components to configure an Axon application. This is an automatic clone of the original module transformed to use `jakarta` packages instead of `javax` ones.

Table Of Contents

Latest Version

Download org.axonframework : axon-configuration-jakarta JAR file - Latest Versions:

All Versions

Download org.axonframework : axon-configuration-jakarta JAR file - All Versions:

Version Vulnerabilities Size Updated
4.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window axon-configuration-jakarta-4.6.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.axonframework.config

├─ org.axonframework.config.AggregateConfiguration.class - [JAR]

├─ org.axonframework.config.AggregateConfigurer.class - [JAR]

├─ org.axonframework.config.Component.class - [JAR]

├─ org.axonframework.config.Configuration.class - [JAR]

├─ org.axonframework.config.ConfigurationParameterResolverFactory.class - [JAR]

├─ org.axonframework.config.ConfigurationResourceInjector.class - [JAR]

├─ org.axonframework.config.ConfigurationScopeAwareProvider.class - [JAR]

├─ org.axonframework.config.Configurer.class - [JAR]

├─ org.axonframework.config.ConfigurerModule.class - [JAR]

├─ org.axonframework.config.DefaultConfigurer.class - [JAR]

├─ org.axonframework.config.EventProcessingConfiguration.class - [JAR]

├─ org.axonframework.config.EventProcessingConfigurer.class - [JAR]

├─ org.axonframework.config.EventProcessingModule.class - [JAR]

├─ org.axonframework.config.LifecycleHandler.class - [JAR]

├─ org.axonframework.config.LifecycleHandlerInspector.class - [JAR]

├─ org.axonframework.config.LifecycleOperations.class - [JAR]

├─ org.axonframework.config.MessageHandlerRegistrar.class - [JAR]

├─ org.axonframework.config.MessageMonitorFactory.class - [JAR]

├─ org.axonframework.config.MessageMonitorFactoryBuilder.class - [JAR]

├─ org.axonframework.config.ModuleConfiguration.class - [JAR]

├─ org.axonframework.config.ProcessingGroup.class - [JAR]

├─ org.axonframework.config.SagaConfiguration.class - [JAR]

├─ org.axonframework.config.SagaConfigurer.class - [JAR]

├─ org.axonframework.config.TagsConfiguration.class - [JAR]

Advertisement