| Interface | Description |
|---|---|
| AxonServerConnection |
Interface exposing available operations on a connection to AxonServer.
|
| FlowControl |
Controls the flow of the messages via communication channel.
|
| InstructionHandler<I,R> |
Interface describing a component that is capable of handling instructions coming from AxonServer.
|
| Registration |
Interface describing an instruction to perform a registration, which can be cancelled.
|
| ReplyChannel<T> |
Interface providing access to the communication channel to send replies to incoming instructions.
|
| ResultStream<T> |
Interface describing a stream of results to a request.
|
| Class | Description |
|---|---|
| AxonServerConnectionFactory |
The component which manages all the connections which an Axon client can establish with an Axon Server instance.
|
| AxonServerConnectionFactory.Builder |
Builder for AxonServerConnectionFactory instances.
|
| ResultStreamPublisher<M> |
Publisher implementation that allows to interact with a ResultStream. |
| Enum | Description |
|---|---|
| ErrorCategory |
Converts an Axon Server Error to the relevant Axon framework exception.
|
| Exception | Description |
|---|---|
| AxonServerException |
Exception that represents an Error reported by AxonServer.
|
Copyright © 2020–2022 AxonIQ BV. All rights reserved.