@FunctionalInterface public static interface AxonServerEventStoreFactory.AxonServerEventStoreConfiguration extends Function<AxonServerEventStore.Builder,AxonServerEventStore.Builder>
AxonServerEventStore.Builder
based configuration when constructing an
AxonServerEventStore
.Modifier and Type | Method and Description |
---|---|
default AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration other)
Returns a configuration that applies the given
other configuration after applying this . |
static AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
noOp()
A
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration which does not add any configuration. |
default AxonServerEventStoreFactory.AxonServerEventStoreConfiguration andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration other)
other
configuration after applying this
.
Any configuration set by the other
will override changes by this
instance.
other
- The configuration to apply after applying this.static AxonServerEventStoreFactory.AxonServerEventStoreConfiguration noOp()
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration
which does not add any configuration.AxonServerEventStoreFactory.AxonServerEventStoreConfiguration
which does not add any configuration.Copyright © 2010–2024. All rights reserved.