| 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(org.axonframework.serialization.Serializer eventSerializer)
Sets the
Serializer used to de-/serialize the event payload and
meta data with. |
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.messageMonitor(org.axonframework.monitoring.MessageMonitor<? super org.axonframework.eventhandling.EventMessage<?>> messageMonitor)
Sets the
MessageMonitor to monitor ingested EventMessages. |
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.snapshotFilter(org.axonframework.eventsourcing.snapshotting.SnapshotFilter snapshotFilter)
Sets the
SnapshotFilter used to filter snapshots when returning aggregate events. |
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.snapshotSerializer(org.axonframework.serialization.Serializer snapshotSerializer)
Sets the
Serializer used to serialize and deserialize snapshots. |
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.spanFactory(org.axonframework.eventhandling.EventBusSpanFactory spanFactory)
Sets the
EventBusSpanFactory implementation used for providing tracing capabilities. |
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.upcasterChain(org.axonframework.serialization.upcasting.event.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–2024. All rights reserved.