Skip to content

ConsumerCursorDrained Constructors

Event payload for when a consumer cursor is drained and no more currently available work remains.

ConsumerCursorDrained(string, StreamId, Guid, SiloAddress?)

View source
public ConsumerCursorDrained(string streamProvider, StreamId streamId, Guid subscriptionId, SiloAddress? siloAddress)
Event payload for when a consumer cursor is drained and no more currently available work remains.

Parameters

streamProviderstring
The name of the stream provider.
streamIdStreamId
The stream ID.
subscriptionIdGuid
The subscription ID.
siloAddressSiloAddress?
The address of the silo handling this cursor.