Class AxonServerConfiguration.EventStoreConfiguration
java.lang.Object
org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
- Enclosing class:
AxonServerConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn indicator whether (automatic) configuration of the Axon Server Event Store is enabled.voidsetEnabled(boolean enabled) Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
-
Constructor Details
-
EventStoreConfiguration
public EventStoreConfiguration()
-
-
Method Details
-
isEnabled
public boolean isEnabled()An indicator whether (automatic) configuration of the Axon Server Event Store is enabled. Whenfalse, the event store will not be implicitly be configured. Defaults totrue.Note that this setting will only affect automatic configuration by Application Containers (such as Spring).
- Returns:
- An indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
-
setEnabled
public void setEnabled(boolean enabled) Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled. Whenfalse, the event store will not be implicitly be configured. Defaults totrue.Note that this setting will only affect automatic configuration by Application Containers (such as Spring).
- Parameters:
enabled- The indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
-