package peloton.private.eventstream

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

service EventStreamService

eventstream.proto:34

message ClientUnsupported

eventstream.proto:53

Error message for clients that are not expected by the server For now, the server only expects a list of pre-defined clients For example. Hostmgr would expect only Job manager / resource manager to consume the task update event stream.

Used in: InitStreamResponse.Error, WaitForEventsResponse.Error

message Event

eventstream.proto:15

Used in: WaitForEventsResponse, hostmgr.hostsvc.WatchEventStreamEventResponse, resmgr.NotifyTaskUpdatesRequest

enum Event.Type

eventstream.proto:20

Describes the type of event.

Used in: Event

message InitStreamResponse.Error

eventstream.proto:76

Used in: InitStreamResponse

message InvalidPurgeOffset

eventstream.proto:63

Error message for incorrect purge offset

Used in: WaitForEventsResponse.Error

message InvalidStreamID

eventstream.proto:58

Error message for clients that are not expected by the server

Used in: WaitForEventsResponse.Error

message OffsetOutOfRange

eventstream.proto:42

The intended event offset is out of the event range on the server side

Used in: WaitForEventsResponse.Error

message WaitForEventsResponse.Error

eventstream.proto:106

Used in: WaitForEventsResponse