| Interface | Description |
|---|---|
| QueryResultStream |
Iterator to process the results of a query.
|
| Class | Description |
|---|---|
| AxonDBEventStore |
Axon EventStore implementation that connects to the AxonIQ Event Store Server to store and retrieve Events.
|
| EventBuffer |
Client-side buffer of messages received from the server.
|
| GrpcBackedDomainEventData |
DomainEventData implementation that retrieves its raw data from a protobuf
Event message. |
| GrpcMetaDataAwareSerializer |
Wrapper around standard Axon Framework serializer that can deserialize Metadata from AxonDB events.
|
| GrpcMetaDataConverter |
Utility class for converting gRPC MetaData entries into a Java Map and vice versa.
|
| QueryResult |
Single result row from a Query to the AxonDB.
|
| QueryResultBuffer |
Client-side buffer of messages received from the server.
|
| Enum | Description |
|---|---|
| AxonErrorMapping |
Converts an EventStoreClientException to the relevant Axon framework exception.
|
Copyright © 2017–2018. All rights reserved.