Module dendrite::axon_server::event[][src]

Modules

event_scheduler_client

Generated client implementations.

event_store_client

Generated client implementations.

query_events_response

Nested message and enum types in QueryEventsResponse.

query_value

Nested message and enum types in QueryValue.

Structs

CancelScheduledEventRequest

Request message to cancel an event

ColumnsResponse

Message containing the names of the columns returned in a Query

Confirmation

A confirmation to a request from the client

Event

Message containing the information of an Event

EventWithToken

Message wrapping an Event and a Tracking Token

GetAggregateEventsRequest

Request describing the desire to read events for a specific Aggregate

GetAggregateSnapshotsRequest

Request message to retrieve Snapshot Events for a specific Aggregate instance

GetEventsRequest

Request message to open an Event Stream from the Event Store.

GetFirstTokenRequest

Request message to receive the first Token (Tail Token) of the Event Stream

GetLastTokenRequest

Request message to receive the last Token (Head Token) of the Event Stream

GetTokenAtRequest

Request message to receive the Token that starts streaming events from the given timestamp

PayloadDescription

Description of a Payload Type

QueryEventsRequest

Message providing the parameters for executing a Query against AxonServer.

QueryEventsResponse

A message describing a response to a Query request

QueryValue

Value used in Query Responses to represent a value in its original type

ReadHighestSequenceNrRequest

Describes the combination of an Aggregate Identifier and first expected Sequence number when opening an Aggregate-specific Event Stream

ReadHighestSequenceNrResponse

The highest Sequence Number found for the provided request

RescheduleEventRequest

Request message to reschedule an event

RowResponse

Message providing Query Result data

ScheduleEventRequest

Request message to schedule an event

ScheduleToken

Token to manage a scheduled event

TrackingToken

Message containing the information necessary to track the position of events in the Event Stream