Uses of Class
org.axonframework.axonserver.connector.event.axon.AxonServerEventStore
Packages that use AxonServerEventStore
-
Uses of AxonServerEventStore in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon that return AxonServerEventStoreModifier and TypeMethodDescriptionAxonServerEventStore.Builder.build()Initializes aAxonServerEventStoreas specified through this Builder.AxonServerEventStoreFactory.constructFor(String context) Constructs anAxonServerEventStoreconnected to the givencontext.AxonServerEventStoreFactory.constructFor(String context, AxonServerEventStoreFactory.AxonServerEventStoreConfiguration configuration) Constructs anAxonServerEventStoreconnected to the givencontextwith customization based on the givenconfiguration.