Class AxonServerEventStoreFactory

java.lang.Object
org.axonframework.axonserver.connector.event.axon.AxonServerEventStoreFactory

public class AxonServerEventStoreFactory extends Object
A factory towards AxonServerEventStores.

Especially useful to open a store towards a context differing from the default context. For example, whenever the application is required to publish "milestone-"/"integration-events" in a common context.

Since:
4.9.0
Author:
Steven van Beelen