| Interface | Description |
|---|---|
| Handlers<Case,Handler> |
Handler registry - gives possibility of registering handlers for specific cases and contexts.
|
| InstructionAckSource<T> |
Responsible for sending instruction acknowledgements.
|
| Publisher<M> |
Interface that encapsulates the messages publication functionality to AxonServer.
|
| TargetContextResolver<T extends Message<?>> |
Interface towards a mechanism that is capable of resolving the context name to which a
Message should be
routed. |
| Class | Description |
|---|---|
| AxonServerConfiguration |
Configuration class provided configurable fields and defaults for anything Axon Server related.
|
| AxonServerConfiguration.Builder | |
| AxonServerConfiguration.FlowControlConfiguration |
Configuration class for Flow Control of specific message types.
|
| AxonServerConnectionManager |
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
|
| AxonServerConnectionManager.Builder |
Builder class to instantiate an
AxonServerConnectionManager. |
| DefaultHandlers<Case,Handler> |
Default implementation of
Handlers. |
| DefaultInstructionAckSource<T> |
Default implementation of
InstructionAckSource. |
| DispatchInterceptors<M extends Message<?>> |
Composite of
MessageDispatchInterceptors 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–2020. All rights reserved.