Skip to content

SubscriptionDetached Constructors

Event payload for when a stream subscription is detached from a pulling agent.

SubscriptionDetached(string, StreamId, Guid, SiloAddress?)

View source
public SubscriptionDetached(string streamProvider, StreamId streamId, Guid subscriptionId, SiloAddress? siloAddress)
Event payload for when a stream subscription is detached from a pulling agent.

Parameters

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