| Interface | Description |
|---|---|
| AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
Contract defining
AxonServerEventStore.Builder based configuration when constructing an
AxonServerEventStore. |
| PersistentStreamMessageSourceFactory |
Functional interface for creating instances of a
PersistentStreamMessageSource. |
| PersistentStreamScheduledExecutorBuilder |
Functional interface towards constructing a
ScheduledExecutorService for a PersistentStreamMessageSource. |
| QueryResultStream |
Iterator to process the results of a query.
|
| Class | Description |
|---|---|
| AxonServerEventScheduler |
Implementation of the
EventScheduler that uses Axon Server to schedule the events. |
| AxonServerEventScheduler.Builder |
Builder class to instantiate an
AxonServerEventScheduler. |
| AxonServerEventStore |
Axon EventStore implementation that connects to the AxonIQ AxonServer Server to store and retrieve Events.
|
| AxonServerEventStore.Builder |
Builder class to instantiate a
AxonServerEventStore. |
| AxonServerEventStoreFactory |
A factory towards
AxonServerEventStores. |
| AxonServerEventStoreFactory.Builder |
Builder class to instantiate an
AxonServerEventStoreFactory. |
| DefaultPersistentStreamMessageSourceFactory |
Default implementation of the
PersistentStreamMessageSourceFactory that creates
PersistentStreamMessageSource instances. |
| EventBuffer |
Client-side buffer of messages received from the server.
|
| EventProcessorInfoConfiguration |
Module Configuration implementation that defines the components needed to control and monitor the
EventProcessors with AxonServer. |
| GrpcBackedDomainEventData |
DomainEventData implementation that retrieves its raw data from a protobuf
Event message. |
| GrpcMetaDataAwareSerializer |
Wrapper around standard Axon Framework serializer that can deserialize Metadata from AxonServer events.
|
| PersistentStreamConnection |
A connection instance receiving the events for a persistent stream to pass on in batches of events to an event
consumer.
|
| PersistentStreamMessageSource |
A
SubscribableMessageSource that receives event from a persistent stream from Axon Server. |
| PersistentStreamMessageSourceDefinition |
Definition of a
PersistentStreamMessageSource. |
| PersistentStreamSequencingPolicyProvider |
A provider of
SequencingPolicies for a given Configuration. |
| QueryResult |
Single result row from a Query to the AxonServer.
|
| QueryResultStreamAdapter |
Copyright © 2010–2025. All rights reserved.