Interface | Description |
---|---|
Publisher<M> |
Interface that encapsulates the messages publication functionality to AxonServer.
|
Class | Description |
---|---|
AxonServerConfiguration |
Configuration class provided configurable fields and defaults for anything Axon Server related.
|
AxonServerConfiguration.Builder | |
AxonServerConnectionManager | |
DispatchInterceptors<M extends Message<?>> |
Composite of
MessageDispatchInterceptor s that apply all interceptors in the order of registration. |
ServerConnectorConfigurerModule |
Configurer module which is auto-loadable by the
DefaultConfigurer that sets
sensible default to use when the AxonServer connector is available on the classpath. |
SynchronizedStreamObserver<T> |
Author: marc
|
Enum | Description |
---|---|
ErrorCode |
Converts an Axon Server Error to the relevant Axon framework exception.
|
Exception | Description |
---|---|
AxonServerException |
Generic exception indicating an error related to AxonServer.
|
Copyright © 2010–2019. All rights reserved.