Uses of Interface
org.axonframework.config.ModuleConfiguration
Packages that use ModuleConfiguration
Package
Description
-
Uses of ModuleConfiguration in org.axonframework.axonserver.connector.event.axon
Classes in org.axonframework.axonserver.connector.event.axon that implement ModuleConfigurationModifier and TypeClassDescriptionclassModule Configuration implementation that defines the components needed to control and monitor theEventProcessors with AxonServer. -
Uses of ModuleConfiguration in org.axonframework.axonserver.connector.heartbeat
Classes in org.axonframework.axonserver.connector.heartbeat that implement ModuleConfigurationModifier and TypeClassDescriptionclassDeprecated.in through use of the AxonServer java connector -
Uses of ModuleConfiguration in org.axonframework.config
Subinterfaces of ModuleConfiguration in org.axonframework.configModifier and TypeInterfaceDescriptioninterfaceSpecialization of the Module Configuration for modules that define an Aggregate Configuration.Classes in org.axonframework.config that implement ModuleConfigurationModifier and TypeClassDescriptionclassAxon Configuration API extension that allows the definition of an Aggregate.classModule related to AxonIQ console, for now it's just logging information about AxonIQ console when it's not suppressed and the console-framework-client is not available.classEvent processing module configuration.Methods in org.axonframework.config with type parameters of type ModuleConfigurationModifier and TypeMethodDescriptiondefault <T extends ModuleConfiguration>
List<T> Configuration.findModules(Class<T> moduleType) Finds all configuration modules of givenmoduleTypewithin this configuration.Methods in org.axonframework.config that return ModuleConfigurationModifier and TypeMethodDescriptiondefault ModuleConfigurationModuleConfiguration.unwrap()Returns the actual module configuration instance.Methods in org.axonframework.config that return types with arguments of type ModuleConfigurationModifier and TypeMethodDescriptionConfiguration.getModules()Returns all modules that have been registered with this Configuration.Methods in org.axonframework.config with parameters of type ModuleConfigurationModifier and TypeMethodDescriptionConfigurer.registerModule(ModuleConfiguration module) Registers an Axon module with this configuration.DefaultConfigurer.registerModule(ModuleConfiguration module) -
Uses of ModuleConfiguration in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return types with arguments of type ModuleConfigurationConstructors in org.axonframework.spring.config with parameters of type ModuleConfigurationModifierConstructorDescriptionEventHandlerRegistrar(AxonConfiguration axonConfiguration, ModuleConfiguration eventProcessingConfiguration, EventProcessingConfigurer eventProcessingConfigurer) Deprecated.Initialize the registrar to register beans discovered with the giveneventProcessing.