package io.axoniq.axonserver.grpc.event.dcb

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

service DcbEventScheduler

dcb.proto:69

Service to use AxonServer as a provider of an EventScheduler

service DcbEventStore

dcb.proto:7

Service providing Event Store RPCs supporting DCB.

service DcbSnapshotStore

dcb.proto:43

Service providing Snapshot Store RPCs.

service SnapshottedDcbEventStore

dcb.proto:59

Service providing Event Store RPCs supporting DCB combined with snapshots.

message ConsistencyCondition

dcb.proto:261

The condition for an AppendEventsRequest. Consists of the consistency marker and the criteria (a list of criterions).

Used in: AppendEventsRequest

message Criterion

dcb.proto:273

The integral part of the criteria.

Used in: ConsistencyCondition, SnapshottedSourceRequest, SourceEventsRequest, StreamEventsRequest

message Event

dcb.proto:113

The event message.

Used in: RescheduleEventRequest, ScheduleEventRequest, SequencedEvent, TaggedEvent

message ScheduleToken

dcb.proto:106

Token to manage a scheduled event

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

message SequencedEvent

dcb.proto:155

The event retrieved from the event store with its corresponding sequence.

Used in: SnapshottedSourceEventsResponse, SourceEventsResponse, StreamEventsResponse

message Snapshot

dcb.proto:399

The snapshot.

Used in: AddSnapshotRequest, GetLastSnapshotResponse, ListSnapshotsResponse, SnapshottedSourceEventsResponse

message Tag

dcb.proto:135

The tag. Describes an event with more details. Usually using concepts from the Domain.

Used in: AddTagsRequest, GetTagsResponse, RemoveTagsRequest, TaggedEvent, TagsAndNamesCriterion

message TaggedEvent

dcb.proto:145

The event described in more details by a list of tags.

Used in: AppendEventsRequest

message TagsAndNamesCriterion

dcb.proto:281

The criterion based on event tags and event names. The event meets this criterion if ALL tags from this criterion are present in the tags of the event AND if the event name is present in one of the names of the this criterion.

Used in: Criterion