Skip to content

SubscriptionRegistered Constructors

Event payload for when a stream subscription is durably registered in pubsub state.

SubscriptionRegistered(string, StreamId, Guid, GrainId, SiloAddress?)

View source
public SubscriptionRegistered(string streamProvider, StreamId streamId, Guid subscriptionId, GrainId consumerGrainId, SiloAddress? siloAddress)
Event payload for when a stream subscription is durably registered in pubsub state.

Parameters

streamProviderstring
The name of the stream provider.
streamIdStreamId
The stream ID.
subscriptionIdGuid
The subscription ID.
consumerGrainIdGrainId
The grain ID of the consumer.
siloAddressSiloAddress?
The address of the silo handling this registration.