Class AxonServerConfiguration.EventStoreConfiguration

java.lang.Object
org.axonframework.axonserver.connector.AxonServerConfiguration.EventStoreConfiguration
Enclosing class:
AxonServerConfiguration

public static class AxonServerConfiguration.EventStoreConfiguration extends Object
  • Constructor Details

    • EventStoreConfiguration

      public EventStoreConfiguration()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      An indicator whether (automatic) configuration of the Axon Server Event Store is enabled. When 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).

      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. When 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).

      Parameters:
      enabled - The indicator whether (automatic) configuration of the Axon Server Event Store is enabled.