| Package | Description | 
|---|---|
| org.axonframework.axonserver.connector.event.axon | 
| Modifier and Type | Method and Description | 
|---|---|
static AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.builder()
Instantiate a builder to construct an  
AxonServerEventStoreFactory. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.configuration(AxonServerConfiguration configuration)
Sets the  
AxonServerConfiguration describing the servers to connect with and how to manage flow
 control. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.connectionManager(AxonServerConnectionManager connectionManager)
Sets the  
AxonServerConnectionManager managing the connections to Axon Server. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.eventSerializer(Serializer eventSerializer)
 | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor)
Sets the  
MessageMonitor to monitor ingested EventMessages. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.snapshotFilter(SnapshotFilter snapshotFilter)
Sets the  
SnapshotFilter used to filter snapshots when returning aggregate events. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.snapshotSerializer(Serializer snapshotSerializer)
Sets the  
Serializer used to serialize and deserialize snapshots. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.spanFactory(EventBusSpanFactory spanFactory)
Sets the  
EventBusSpanFactory implementation used for providing tracing capabilities. | 
AxonServerEventStoreFactory.Builder | 
AxonServerEventStoreFactory.Builder.upcasterChain(EventUpcaster upcasterChain)
Sets the  
upcaster ch ain used to deserialize events of older revisions. | 
| Constructor and Description | 
|---|
AxonServerEventStoreFactory(AxonServerEventStoreFactory.Builder builder)
Instantiate a  
AxonServerEventStoreFactory based on the fields contained in the AxonServerEventStoreFactory.Builder. | 
Copyright © 2010–2025. All rights reserved.