Skip to content

SubscriptionUnregistered Constructors

Event payload for when a stream subscription is durably removed from pubsub state.

SubscriptionUnregistered(string, StreamId, Guid, SiloAddress?)

View source
public SubscriptionUnregistered(string streamProvider, StreamId streamId, Guid subscriptionId, SiloAddress? siloAddress)
Event payload for when a stream subscription is durably removed from pubsub state.

Parameters

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