SubscriptionRegistered(string, StreamId, Guid, GrainId, SiloAddress?)
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.
