Skip to content

SubscriptionAttached Constructors

Event payload for when a stream subscription is attached to a pulling agent and ready to receive data.

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

View source
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.