Uses of Class
org.axonframework.axonserver.connector.event.axon.AxonServerEventStore.Builder
Packages that use AxonServerEventStore.Builder
-
Uses of AxonServerEventStore.Builder in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return AxonServerEventStore.BuilderModifier and TypeMethodDescriptionstatic AxonServerEventStore.BuilderAxonServerEventStore.builder()Instantiate a Builder to be able to create aAxonServerEventStore.AxonServerEventStore.Builder.configuration(AxonServerConfiguration configuration) Sets theAxonServerConfigurationdescribing the servers to connect with and how to manage flow control.AxonServerEventStore.Builder.defaultContext(String defaultContext) Sets the default context for this event store to connect to.AxonServerEventStore.Builder.eventSerializer(Serializer eventSerializer) Sets theSerializerused to serialize and deserialize the Event Message's payload and Meta Data with.AxonServerEventStore.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) AxonServerEventStore.Builder.platformConnectionManager(AxonServerConnectionManager axonServerConnectionManager) Sets theAxonServerConnectionManagermanaging the connections to the AxonServer platform.AxonServerEventStore.Builder.snapshotFilter(Predicate<? super DomainEventData<?>> snapshotFilter) Deprecated.AxonServerEventStore.Builder.snapshotFilter(SnapshotFilter snapshotFilter) Sets theSnapshotFilterused to filter snapshots when returning aggregate events.AxonServerEventStore.Builder.snapshotSerializer(Serializer snapshotSerializer) Sets theSerializerused to serialize and deserialize snapshots.AxonServerEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) AxonServerEventStore.Builder.spanFactory(SpanFactory spanFactory) AxonServerEventStore.Builder.storageEngine(EventStorageEngine storageEngine) AxonServerEventStore.Builder.upcasterChain(EventUpcaster upcasterChain) Sets theEventUpcasterused to deserialize events of older revisions.Constructors in org.axonframework.axonserver.connector.event.axon with parameters of type AxonServerEventStore.BuilderModifierConstructorDescriptionprotectedInstantiate aAxonServerEventStorebased on the fields contained in theAxonServerEventStore.Builder.
snapshotFilter(SnapshotFilter)