Uses of Package
org.axonframework.eventhandling
Packages that use org.axonframework.eventhandling
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Classes related to event sourcing.
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
JDBC Implementation of the EventStore.
JPA Implementation of the EventStore.
Classes related to message processing in Axon Framework.
Utility classes used to connect Axon Event publishing mechanisms to a Spring Messaging Channel.
-
Classes in org.axonframework.eventhandling used by org.axonframework.axonserver.connector.event.axonClassDescriptionBase class for the Event Bus.Abstract Builder class to instantiate
AbstractEventBusimplementations.Interface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Contract describing a component which is aware ofDomainEventMessagetheir sequences and is capable of providing the last known sequence number for a given Aggregate identifier.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for theEventBus.Interface describing the properties of serialized Event Messages.Represents a Message wrapping an Event, which is represented by its payload.Represents anEventMessagecontaining aTrackingToken.Describes a stream ofTrackedEventMessages.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.axonserver.connector.processorClassDescriptionAn Event Processor processes event messages from an event queue or event bus.An
EventProcessorwhich processes an event stream in segments. -
Classes in org.axonframework.eventhandling used by org.axonframework.configClassDescriptionRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Interface of the error handler that will be invoked if event processing fails.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for the
EventBus.Interface for an event message handler that defers handling to one or more other handlers.Represents a Message wrapping an Event, which is represented by its payload.An Event Processor processes event messages from an event queue or event bus.Span factory that creates spans for theEventProcessorimplementations.Interface of an error handler that is invoked when an exception is triggered as result of anEventMessageHandlerhandling an event.Represents anEventMessagecontaining aTrackingToken.Configuration object for theTrackingEventProcessor. -
Classes in org.axonframework.eventhandling used by org.axonframework.deadlineClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.Generic implementation of the EventMessage interface.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandlingClassDescriptionAbstract base class of a serialized domain event.Base class for the Event Bus.Abstract Builder class to instantiate
AbstractEventBusimplementations.Abstract base class of a serialized event.Abstract implementation of anEventProcessor.Abstract Builder class to instantiate aAbstractEventProcessor.Annotation marking a Handler (or class) as being capable of handling replays, or not, depending on the value passed.Adapter that turns any bean withEventHandlerannotated methods into anEventMessageHandler.Default implementation of theEventBusSpanFactory.Builder class to instantiate aDefaultEventBusSpanFactory.Default implementation of theEventProcessorSpanFactory.Builder class to instantiate aDefaultEventProcessorSpanFactory.Event processing strategy that directly initiates event processing.Interface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Describes the context of an error.Interface of the error handler that will be invoked if event processing fails.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for theEventBus.Interface describing the properties of serialized Event Messages.Interface for an event message handler that defers handling to one or more other handlers.Represents a Message wrapping an Event, which is represented by its payload.Interface to be implemented by classes that can handle events.Interface describing a strategy for the processing of a batch of events.An Event Processor processes event messages from an event queue or event bus.Span factory that creates spans for theEventProcessorimplementations.Interface describing the status of aSegmentof aTrackingEventProcessor.Represent a listener that is notified whenever theMapofEventTrackerStatus' in theTrackingEventProcessorthis component is registered to has changed.Implementation of aTrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Generic implementation of aDomainEventMessage.Generic implementation of the EventMessage interface.Generic implementation of aDomainEventMessagethat is also aTrackedEventMessage.Generic implementation of aTrackedEventMessage.Tracking token based on the global sequence number of an event.Interface of an error handler that is invoked when an exception is triggered as result of anEventMessageHandlerhandling an event.ATrackingTokenimplementation combining severalTrackingTokensinto one.Implementation which allows for tracking processors to process messages from an arbitrary number of sources.Builder class to instantiate aMultiStreamableMessageSource.Singleton ErrorHandler implementation that does not do anything.Type that can be used as parameter of Event Handler methods that indicates whether a message is delivered as part of a replay, or in regular operations.A representation of a segment and corresponding mask with various capabilities.Implementation of theEventBusthat dispatches events in the thread the publishes them.Builder class to instantiate aSimpleEventBus.Implementation of anEventHandlerInvokerthat forwards events to a list of registeredEventMessageHandler.Builder class to instantiate aSimpleEventHandlerInvoker.AnEventProcessorwhich processes an event stream in segments.Event processor implementation thatsubscribesto theEventBusfor events.Builder class to instantiate aSubscribingEventProcessor.Interface describing the properties of serialized Event Messages containing aTrackingToken.Represents anEventMessagecontaining aTrackingToken.Implementation of theEventTrackerStatus, providing simply modification methods to switch from oneEventTrackerStatusvalue object to another.EventProcessor implementation that tracks events from aStreamableMessageSource.Builder class to instantiate aTrackingEventProcessor.Enum representing the possible states of the ProcessorConfiguration object for theTrackingEventProcessor.Tag interface identifying a token that is used to identify the position of an event in an event stream.Interface marking a token that wraps another token.Wrapper around anEventTrackerStatus, delegating all calls to adelegate. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.asyncClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.Interface describing a strategy for the processing of a batch of events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.deadletterClassDescriptionInterface for an event message handler that defers handling to one or more other handlers.Represents a Message wrapping an Event, which is represented by its payload.A representation of a segment and corresponding mask with various capabilities.Implementation of an
EventHandlerInvokerthat forwards events to a list of registeredEventMessageHandler.Builder class to instantiate aSimpleEventHandlerInvoker. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.deadletter.jdbcClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.deadletter.jpaClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.deadletter.legacyjpaClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.gatewayClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.interceptorsClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.pooledClassDescriptionAbstract implementation of an
EventProcessor.Abstract Builder class to instantiate aAbstractEventProcessor.Interface of the error handler that will be invoked if event processing fails.Interface for an event message handler that defers handling to one or more other handlers.Represents a Message wrapping an Event, which is represented by its payload.An Event Processor processes event messages from an event queue or event bus.Span factory that creates spans for theEventProcessorimplementations.Interface describing the status of aSegmentof aTrackingEventProcessor.AnEventProcessorwhich processes an event stream in segments.Represents anEventMessagecontaining aTrackingToken.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.dbschedulerClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.javaClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.jobrunrClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.quartzClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.tokenstoreClassDescriptionA representation of a segment and corresponding mask with various capabilities.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.tokenstore.inmemoryClassDescriptionTag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.tokenstore.jdbcClassDescriptionA representation of a segment and corresponding mask with various capabilities.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.tokenstore.jpaClassDescriptionA representation of a segment and corresponding mask with various capabilities.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.tokenstore.legacyjpaClassDescriptionA representation of a segment and corresponding mask with various capabilities.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcingClassDescriptionInterface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Annotation to be placed on methods that can handle events.Represents a Message wrapping an Event, which is represented by its payload.Implementation which allows for tracking processors to process messages from an arbitrary number of sources.Builder class to instantiate a
MultiStreamableMessageSource.Represents anEventMessagecontaining aTrackingToken.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.conflictresolutionClassDescriptionRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstoreClassDescriptionBase class for the Event Bus.Abstract Builder class to instantiate
AbstractEventBusimplementations.Abstract base class of a serialized event.Interface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Contract describing a component which is aware ofDomainEventMessagetheir sequences and is capable of providing the last known sequence number for a given Aggregate identifier.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for theEventBus.Interface describing the properties of serialized Event Messages.Represents a Message wrapping an Event, which is represented by its payload.Implementation of aTrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Tracking token based on the global sequence number of an event.Interface describing the properties of serialized Event Messages containing aTrackingToken.Represents anEventMessagecontaining aTrackingToken.Describes a stream ofTrackedEventMessages.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstore.inmemoryClassDescriptionRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Represents a Message wrapping an Event, which is represented by its payload.Tracking token based on the global sequence number of an event.Represents an
EventMessagecontaining aTrackingToken.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstore.jdbcClassDescriptionInterface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Represents a Message wrapping an Event, which is represented by its payload.Implementation of a
TrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Interface describing the properties of serialized Event Messages containing aTrackingToken.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstore.jdbc.statementsClassDescriptionRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstore.jpaClassDescriptionAbstract base class of a serialized domain event.Abstract base class of a serialized event.Abstract base class of a serialized domain event.Interface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Interface describing the properties of serialized Event Messages.Represents a Message wrapping an Event, which is represented by its payload.Implementation of a
TrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Interface describing the properties of serialized Event Messages containing aTrackingToken.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.eventstore.legacyjpaClassDescriptionBase class for the Event Bus.Abstract Builder class to instantiate
AbstractEventBusimplementations.Interface describing the properties of serialized Domain Event Messages.Represents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.Contract describing a component which is aware ofDomainEventMessagetheir sequences and is capable of providing the last known sequence number for a given Aggregate identifier.Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for theEventBus.Represents a Message wrapping an Event, which is represented by its payload.Implementation of aTrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Interface describing the properties of serialized Event Messages containing aTrackingToken.Describes a stream ofTrackedEventMessages.Tag interface identifying a token that is used to identify the position of an event in an event stream. -
Classes in org.axonframework.eventhandling used by org.axonframework.eventsourcing.snapshottingClassDescriptionInterface describing the properties of serialized Domain Event Messages.
-
Classes in org.axonframework.eventhandling used by org.axonframework.messagingClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.metricsClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.micrometerClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.modelling.commandClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.modelling.command.inspectionClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.modelling.command.legacyjpaClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.modelling.sagaClassDescriptionAnnotation to be placed on methods that can handle events.Interface for an event message handler that defers handling to one or more other handlers.Represents a Message wrapping an Event, which is represented by its payload.Interface to be implemented by classes that can handle events.Interface of an error handler that is invoked when an exception is triggered as result of an
EventMessageHandlerhandling an event.A representation of a segment and corresponding mask with various capabilities. -
Classes in org.axonframework.eventhandling used by org.axonframework.modelling.saga.metamodelClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.serialization.upcasting.eventClassDescriptionInterface describing the properties of serialized Event Messages.Tag interface identifying a token that is used to identify the position of an event in an event stream.
-
Classes in org.axonframework.eventhandling used by org.axonframework.spring.configClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.spring.eventhandling.scheduling.javaClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.spring.eventhandling.scheduling.quartzClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
-
Classes in org.axonframework.eventhandling used by org.axonframework.spring.eventsourcingClassDescriptionRepresents a Message that wraps a DomainEvent and an Event representing an important change in the Domain.
-
Classes in org.axonframework.eventhandling used by org.axonframework.spring.messagingClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.springboot.autoconfigClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Span factory that creates spans for the
EventBus.Represents a Message wrapping an Event, which is represented by its payload.Span factory that creates spans for theEventProcessorimplementations.Implementation of theEventBusthat dispatches events in the thread the publishes them. -
Classes in org.axonframework.eventhandling used by org.axonframework.springboot.utilClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.test.aggregateClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.test.eventschedulerClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.test.matchersClassDescriptionRepresents a Message wrapping an Event, which is represented by its payload.
-
Classes in org.axonframework.eventhandling used by org.axonframework.test.sagaClassDescriptionSpecification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.Represents a Message wrapping an Event, which is represented by its payload.Interface to be implemented by classes that can handle events.Interface of an error handler that is invoked when an exception is triggered as result of an
EventMessageHandlerhandling an event.