SubscribeEventsResponse

Response message for SubscriptionService.SubscribeEvents.

Mirrors ListEventsResponse, except there is no end field: a subscription stream has no successful end.

Properties

Link copied to clipboard
abstract val event: Event

One matching event. Its ledger position -- containing checkpoint, emitting transaction digest and offset, and index within that transaction's event list -- is reported by the corresponding fields on Event.

Link copied to clipboard

Returns the field-presence view for this SubscribeEventsResponse instance.

Link copied to clipboard
abstract val watermark: Watermark

Progress watermark as of this frame. Present on every frame.

Functions

Link copied to clipboard
fun SubscribeEventsResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): SubscribeEventsResponse

Copies the original message, including unknown fields.