package io.axoniq.axonserver.grpc.event

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service EventScheduler

event.proto:55

Service to use AxonServer as a provider of an EventScheduler

service EventStore

event.proto:8

Service providing operations against the EventStore functionality of Axon Server

service EventTransformationService

event.proto:68

Service to transform events in an event store

message ColumnsResponse

event.proto:300

Message containing the names of the columns returned in a Query

Used in: QueryEventsResponse

message Confirmation

event.proto:336

A confirmation to a request from the client

Used as response type in: EventStore.AppendSnapshot

Used as field type in: QueryEventsResponse

message ConsistencyMarker

event.proto:355

A marker to track the position of a Confirmation in the Event Stream, used for consistency tracking in DCB contexts

Used in: ConfirmationWithConsistencyMarker

message DeletedEvent

event.proto:176

Deletes the content of an event

Used in: TransformRequest

message Event

event.proto:429

Message containing the information of an Event

Used as request type in: EventStore.AppendEvent, EventStore.AppendSnapshot

Used as response type in: EventStore.ListAggregateEvents, EventStore.ListAggregateSnapshots

Used as field type in: EventWithToken, RescheduleEventRequest, ScheduleEventRequest, TransformedEvent

message EventWithToken

event.proto:248

Message wrapping an Event and a Tracking Token

Used as response type in: EventStore.ListEvents

Used as field type in: streams.PersistentStreamEvent

message PayloadDescription

event.proto:477

Description of a Payload Type

Used in: GetEventsRequest

message QueryValue

event.proto:457

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

Used in: RowResponse

message RowResponse

event.proto:307

Message providing Query Result data

Used in: QueryEventsResponse

message ScheduleToken

event.proto:220

Token to manage a scheduled event

Used as response type in: EventScheduler.RescheduleEvent, EventScheduler.ScheduleEvent

message TrackingToken

event.proto:241

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

Used as response type in: EventStore.GetFirstToken, EventStore.GetLastToken, EventStore.GetTokenAt

message TransformationId

event.proto:182

Uniquely identifies a transformation

Used as request type in: EventTransformationService.CancelTransformation

Used as response type in: EventTransformationService.StartTransformation

Used as field type in: ApplyTransformationRequest, TransformRequest, Transformation

enum TransformationState

event.proto:128

The state of the transformation.

Used in: Transformation

message TransformedEvent

event.proto:168

Replaces the content of an event with the new content

Used in: TransformRequest