Uses of Class
org.axonframework.modelling.configuration.ModellingConfigurer
Packages that use ModellingConfigurer
Package
Description
-
Uses of ModellingConfigurer in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration with parameters of type ModellingConfigurerModifier and TypeMethodDescriptionstatic EventSourcingConfigurerEventSourcingConfigurer.enhance(ModellingConfigurer modellingConfigurer) Creates a EventSourcingConfigurer that enhances an existingModellingConfigurer.Method parameters in org.axonframework.eventsourcing.configuration with type arguments of type ModellingConfigurerModifier and TypeMethodDescriptionEventSourcingConfigurer.modelling(Consumer<ModellingConfigurer> configurerTask) Delegates the givenconfigurerTaskto theModellingConfigurerthisEventSourcingConfigurerdelegates. -
Uses of ModellingConfigurer in org.axonframework.modelling.configuration
Methods in org.axonframework.modelling.configuration that return ModellingConfigurerModifier and TypeMethodDescriptionModellingConfigurer.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) static ModellingConfigurerModellingConfigurer.create()This configurer does not set any defaults other than the defaults granted by theMessagingConfigurerit wraps.static ModellingConfigurerModellingConfigurer.enhance(MessagingConfigurer messagingConfigurer) Creates a ModellingConfigurer that enhances an existingMessagingConfigurer.ModellingConfigurer.lifecycleRegistry(Consumer<LifecycleRegistry> lifecycleRegistrar) ModellingConfigurer.messaging(Consumer<MessagingConfigurer> configurerTask) ModellingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the givenbuilderfor aCommandHandlingModuleto use in this configuration.<I,E> ModellingConfigurer ModellingConfigurer.registerEntity(EntityModule<I, E> entityModule) Registers the givenentityModuleon the root-levelConfiguration.ModellingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the givenbuilderfor aQueryHandlingModuleto use in this configuration.