Uses of Class
org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory.Builder
Packages that use AxonServerEventStoreFactory.Builder
-
Uses of AxonServerEventStoreFactory.Builder in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return AxonServerEventStoreFactory.BuilderModifier and TypeMethodDescriptionAxonServerEventStoreFactory.builder()Instantiate a builder to construct anAxonServerEventStoreFactory.AxonServerEventStoreFactory.Builder.configuration(AxonServerConfiguration configuration) Sets theAxonServerConfigurationdescribing the servers to connect with and how to manage flow control.AxonServerEventStoreFactory.Builder.connectionManager(AxonServerConnectionManager connectionManager) Sets theAxonServerConnectionManagermanaging the connections to Axon Server.AxonServerEventStoreFactory.Builder.eventSerializer(Serializer eventSerializer) AxonServerEventStoreFactory.Builder.messageMonitor(MessageMonitor<? super EventMessage<?>> messageMonitor) Sets theMessageMonitorto monitor ingestedEventMessages.AxonServerEventStoreFactory.Builder.snapshotFilter(SnapshotFilter snapshotFilter) Sets theSnapshotFilterused to filter snapshots when returning aggregate events.AxonServerEventStoreFactory.Builder.snapshotSerializer(Serializer snapshotSerializer) Sets theSerializerused to serialize and deserialize snapshots.AxonServerEventStoreFactory.Builder.spanFactory(EventBusSpanFactory spanFactory) Sets theEventBusSpanFactoryimplementation used for providing tracing capabilities.AxonServerEventStoreFactory.Builder.upcasterChain(EventUpcaster upcasterChain) Sets theupcaster ch ainused to deserialize events of older revisions.Constructors in org.axonframework.axonserver.connector.event.axon with parameters of type AxonServerEventStoreFactory.BuilderModifierConstructorDescriptionprotectedInstantiate aAxonServerEventStoreFactorybased on the fields contained in theAxonServerEventStoreFactory.Builder.