| Package | Description |
|---|---|
| org.axonframework.axonserver.connector.event.axon |
| Modifier and Type | Method and Description |
|---|---|
static AxonServerEventStore.Builder |
AxonServerEventStore.builder()
Instantiate a Builder to be able to create a
AxonServerEventStore. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.configuration(AxonServerConfiguration configuration)
Sets the
AxonServerConfiguration describing the servers to connect with and how to manage flow
control. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.eventSerializer(org.axonframework.serialization.Serializer eventSerializer)
Sets the
Serializer used to serialize and deserialize the Event Message's payload and Meta Data with. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.messageMonitor(org.axonframework.monitoring.MessageMonitor<? super org.axonframework.eventhandling.EventMessage<?>> messageMonitor) |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.platformConnectionManager(AxonServerConnectionManager axonServerConnectionManager)
Sets the
AxonServerConnectionManager managing the connections to the AxonServer platform. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.snapshotFilter(Predicate<? super org.axonframework.eventhandling.DomainEventData<?>> snapshotFilter)
Deprecated.
in favor of
snapshotFilter(SnapshotFilter) |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.snapshotFilter(org.axonframework.eventsourcing.snapshotting.SnapshotFilter snapshotFilter)
Sets the
SnapshotFilter used to filter snapshots when returning aggregate events. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.snapshotSerializer(org.axonframework.serialization.Serializer snapshotSerializer)
Sets the
Serializer used to serialize and deserialize snapshots. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.storageEngine(org.axonframework.eventsourcing.eventstore.EventStorageEngine storageEngine) |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.upcasterChain(org.axonframework.serialization.upcasting.event.EventUpcaster upcasterChain)
Sets the
EventUpcaster used to deserialize events of older revisions. |
| Constructor and Description |
|---|
AxonServerEventStore(AxonServerEventStore.Builder builder)
Instantiate a
AxonServerEventStore based on the fields contained in the AxonServerEventStore.Builder. |
Copyright © 2010–2021. All rights reserved.