| Package | Description |
|---|---|
| org.axonframework.axonserver.connector.event.axon |
| Modifier and Type | Method and Description |
|---|---|
default AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration.andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration other)
Returns a configuration that applies the given
other configuration after applying this. |
static AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration.noOp()
A
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration which does not add any configuration. |
| Modifier and Type | Method and Description |
|---|---|
default AxonServerEventStoreFactory.AxonServerEventStoreConfiguration |
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration.andThen(AxonServerEventStoreFactory.AxonServerEventStoreConfiguration other)
Returns a configuration that applies the given
other configuration after applying this. |
AxonServerEventStore |
AxonServerEventStoreFactory.constructFor(String context,
AxonServerEventStoreFactory.AxonServerEventStoreConfiguration configuration)
Constructs an
AxonServerEventStore connected to the given context with customization based on the
given configuration. |
Copyright © 2010–2024. All rights reserved.