Uses of Interface
org.axonframework.lifecycle.Lifecycle
Packages that use Lifecycle
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 in org.axonframework.axonserver.connector
Classes in org.axonframework.axonserver.connector that implement LifecycleModifier and TypeClassDescriptionclassThe component which manages all the connections which an Axon client can establish with an Axon Server instance. -
Uses of Lifecycle in org.axonframework.axonserver.connector.command
Classes in org.axonframework.axonserver.connector.command that implement LifecycleModifier and TypeClassDescriptionclassAxonCommandBusimplementation that connects to Axon Server to submit and receive commands and command responses. -
Uses of Lifecycle in org.axonframework.axonserver.connector.event.axon
Classes in org.axonframework.axonserver.connector.event.axon that implement LifecycleModifier and TypeClassDescriptionclassImplementation of theEventSchedulerthat uses Axon Server to schedule the events. -
Uses of Lifecycle in org.axonframework.axonserver.connector.heartbeat
Classes in org.axonframework.axonserver.connector.heartbeat that implement LifecycleModifier and TypeClassDescriptionclassDeprecated.in through use of the AxonServer java connector -
Uses of Lifecycle in org.axonframework.axonserver.connector.processor
Classes in org.axonframework.axonserver.connector.processor that implement LifecycleModifier and TypeClassDescriptionclassService that listens toPlatformOutboundInstructions to controlEventProcessors when for example requested by Axon Server. -
Uses of Lifecycle in org.axonframework.axonserver.connector.query
Classes in org.axonframework.axonserver.connector.query that implement LifecycleModifier and TypeClassDescriptionclassAxonQueryBusimplementation that connects to Axon Server to submit and receive queries and query responses. -
Uses of Lifecycle in org.axonframework.commandhandling.distributed
Classes in org.axonframework.commandhandling.distributed that implement LifecycleModifier and TypeClassDescriptionclassImplementation of aCommandBusthat is aware of multiple instances of a CommandBus working together to spread load. -
Uses of Lifecycle in org.axonframework.config
Classes in org.axonframework.config that implement LifecycleModifier and TypeClassDescriptionclassTheMessageHandlerRegistrarmanages the lifecycle of a message handling component, by defining aMessageHandlerRegistrar.start()andMessageHandlerRegistrar.shutdown()method and keeping hold of the message handler'sRegistration. -
Uses of Lifecycle in org.axonframework.deadline
Classes in org.axonframework.deadline that implement LifecycleModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerwhich uses Java'sScheduledExecutorServiceas scheduling and triggering mechanism. -
Uses of Lifecycle in org.axonframework.deadline.dbscheduler
Classes in org.axonframework.deadline.dbscheduler that implement LifecycleModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a db schedulerScheduler. -
Uses of Lifecycle in org.axonframework.deadline.jobrunr
Classes in org.axonframework.deadline.jobrunr that implement LifecycleModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a JobrunrJobScheduler. -
Uses of Lifecycle in org.axonframework.deadline.quartz
Classes in org.axonframework.deadline.quartz that implement LifecycleModifier and TypeClassDescriptionclassImplementation ofDeadlineManagerthat delegates scheduling and triggering to a QuartzScheduler. -
Uses of Lifecycle in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling that implement LifecycleModifier and TypeClassDescriptionclassEvent processor implementation thatsubscribesto theEventBusfor events.classEventProcessor implementation that tracks events from aStreamableMessageSource. -
Uses of Lifecycle in org.axonframework.eventhandling.pooled
Classes in org.axonframework.eventhandling.pooled that implement LifecycleModifier and TypeClassDescriptionclassAStreamingEventProcessorimplementation which pools its resources to enhance processing speed. -
Uses of Lifecycle in org.axonframework.eventhandling.scheduling.dbscheduler
Classes in org.axonframework.eventhandling.scheduling.dbscheduler that implement LifecycleModifier and TypeClassDescriptionclassEventScheduler implementation that delegates scheduling and triggering to a db-scheduler Scheduler. -
Uses of Lifecycle in org.axonframework.eventhandling.scheduling.java
Classes in org.axonframework.eventhandling.scheduling.java that implement LifecycleModifier and TypeClassDescriptionclassAnEventSchedulerimplementation that uses Java's ScheduledExecutorService as scheduling and triggering mechanism. -
Uses of Lifecycle in org.axonframework.eventhandling.scheduling.jobrunr
Classes in org.axonframework.eventhandling.scheduling.jobrunr that implement LifecycleModifier and TypeClassDescriptionclassEventScheduler implementation that delegates scheduling and triggering to a JobRunr JobScheduler. -
Uses of Lifecycle in org.axonframework.eventhandling.scheduling.quartz
Classes in org.axonframework.eventhandling.scheduling.quartz that implement LifecycleModifier and TypeClassDescriptionclassEventScheduler implementation that delegates scheduling and triggering to a Quartz Scheduler. -
Uses of Lifecycle in org.axonframework.eventsourcing.eventstore
Classes in org.axonframework.eventsourcing.eventstore that implement LifecycleModifier and TypeClassDescriptionclassImplementation of anEventStorethat stores and fetches events using anEventStorageEngine. -
Uses of Lifecycle in org.axonframework.springboot.autoconfig
Method parameters in org.axonframework.springboot.autoconfig with type arguments of type LifecycleModifier and TypeMethodDescriptionorg.springframework.beans.factory.InitializingBeanInfraConfiguration.lifecycleInitializer(Configurer configurer, List<Lifecycle> lifecycleBeans) -
Uses of Lifecycle in org.axonframework.updates
Classes in org.axonframework.updates that implement LifecycleModifier and TypeClassDescriptionclassThe UpdateChecker reports Anonymous usage data to AxonIQ periodically.