SubscriptionAttached(string, StreamId, Guid, GrainId, SiloAddress?)
public SubscriptionAttached(string streamProvider, StreamId streamId, Guid subscriptionId, GrainId consumerGrainId, SiloAddress? siloAddress) Event payload for when a stream subscription is attached to a pulling agent and ready to receive data.
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 attachment.
