AddSubscription(string, StreamId, GrainReference)
abstract
public abstract Task<StreamSubscription> AddSubscription(string streamProviderName, StreamId streamId, GrainReference grainRef) Subscribes the specified grain to a stream.
Parameters
streamProviderNamestring- Name of the stream provider.
streamIdStreamId- The stream identifier.
grainRefGrainReference- The grain reference.
Returns
The stream subscription.
