Uses of Class
org.axonframework.eventsourcing.configuration.EventSourcingConfigurer
Packages that use EventSourcingConfigurer
-
Uses of EventSourcingConfigurer in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcingConfigurerModifier and TypeMethodDescriptionEventSourcingConfigurer.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) static EventSourcingConfigurerEventSourcingConfigurer.create()Build a defaultEventSourcingConfigurerinstance with several event sourcing defaults.static EventSourcingConfigurerEventSourcingConfigurer.enhance(ModellingConfigurer modellingConfigurer) Creates a EventSourcingConfigurer that enhances an existingModellingConfigurer.EventSourcingConfigurer.lifecycleRegistry(Consumer<LifecycleRegistry> lifecycleRegistrar) EventSourcingConfigurer.messaging(Consumer<MessagingConfigurer> configurerTask) Delegates the givenconfigurerTaskto theMessagingConfigurerthisEventSourcingConfigurerdelegates.EventSourcingConfigurer.modelling(Consumer<ModellingConfigurer> configurerTask) Delegates the givenconfigurerTaskto theModellingConfigurerthisEventSourcingConfigurerdelegates.EventSourcingConfigurer.registerCommandHandlingModule(ModuleBuilder<CommandHandlingModule> moduleBuilder) Registers the given command handlingmoduleBuilderto use in this configuration.<I,E> EventSourcingConfigurer EventSourcingConfigurer.registerEntity(EntityModule<I, E> entityModule) Registers the givenentityModuleon the root-levelConfiguration.EventSourcingConfigurer.registerEventStorageEngine(ComponentBuilder<EventStorageEngine> eventStorageEngineFactory) Registers the givenEventStorageEnginefactory in thisConfigurer.EventSourcingConfigurer.registerEventStore(ComponentBuilder<EventStore> eventStoreFactory) Registers the givenEventStorefactory in thisConfigurer.EventSourcingConfigurer.registerQueryHandlingModule(ModuleBuilder<QueryHandlingModule> moduleBuilder) Registers the given query handlingmoduleBuilderto use in this configuration.EventSourcingConfigurer.registerTagResolver(ComponentBuilder<TagResolver> tagResolverFactory) Registers the givenTagResolverfactory in thisConfigurer.