public static class AxonServerConfiguration.EventStoreConfiguration extends Object
Constructor and Description |
---|
EventStoreConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
An indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
|
void |
setEnabled(boolean enabled)
Sets the indicator whether (automatic) configuration of the Axon Server Event Store is enabled.
|
public boolean isEnabled()
false
,
the event store will not be implicitly be configured. Defaults to true
.
Note that this setting will only affect automatic configuration by Application Containers (such as Spring).
public void setEnabled(boolean enabled)
false
, the event store will not be implicitly be configured. Defaults to true
.
Note that this setting will only affect automatic configuration by Application Containers (such as Spring).
enabled
- The indicator whether (automatic) configuration of the Axon Server Event Store is enabled.Copyright © 2010–2024. All rights reserved.