Uses of Interface
org.axonframework.lifecycle.Lifecycle.LifecycleRegistry
Packages that use Lifecycle.LifecycleRegistry
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector
Methods in org.axonframework.axonserver.connector with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidAxonServerConnectionManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidAxonServerCommandBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidAxonServerEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector.heartbeat
Methods in org.axonframework.axonserver.connector.heartbeat with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidHeartbeatMonitor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) Deprecated. -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector.processor
Methods in org.axonframework.axonserver.connector.processor with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidEventProcessorControlService.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.axonserver.connector.query
Methods in org.axonframework.axonserver.connector.query with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidAxonServerQueryBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidDistributedCommandBus.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.config
Methods in org.axonframework.config that return Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptiondefault Lifecycle.LifecycleRegistryConfiguration.lifecycleRegistry()Returns the lifecycle registry for this configuration.Methods in org.axonframework.config with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidMessageHandlerRegistrar.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.deadline
Methods in org.axonframework.deadline with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidSimpleDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.deadline.dbscheduler
Methods in org.axonframework.deadline.dbscheduler with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidDbSchedulerDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.deadline.jobrunr
Methods in org.axonframework.deadline.jobrunr with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidJobRunrDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.deadline.quartz
Methods in org.axonframework.deadline.quartz with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidQuartzDeadlineManager.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidSubscribingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) voidTrackingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidPooledStreamingEventProcessor.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling.scheduling.dbscheduler
Methods in org.axonframework.eventhandling.scheduling.dbscheduler with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidDbSchedulerEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling.scheduling.java
Methods in org.axonframework.eventhandling.scheduling.java with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidSimpleEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling.scheduling.jobrunr
Methods in org.axonframework.eventhandling.scheduling.jobrunr with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidJobRunrEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventhandling.scheduling.quartz
Methods in org.axonframework.eventhandling.scheduling.quartz with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidQuartzEventScheduler.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidEmbeddedEventStore.registerLifecycleHandlers(Lifecycle.LifecycleRegistry handle) -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.lifecycle
Methods in org.axonframework.lifecycle with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidLifecycle.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle) Registers the activities to be executed in the various phases of an application's lifecycle. -
Uses of Lifecycle.LifecycleRegistry in org.axonframework.updates
Methods in org.axonframework.updates with parameters of type Lifecycle.LifecycleRegistryModifier and TypeMethodDescriptionvoidUpdateChecker.registerLifecycleHandlers(Lifecycle.LifecycleRegistry lifecycle)