StreamSubscriptionManagerExtensions
class
Namespace: Orleans.Streams.PubSub
Extension methods for
IStreamSubscriptionManager. public static class StreamSubscriptionManagerExtensionsMethods
AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, GrainId)Subscribes the specified grain to the specified stream.AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, Guid, string)Subscribes the specified grain to the specified stream.AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, Guid, string, string)Subscribes the specified grain to the specified stream.AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, long, string)Subscribes the specified grain to the specified stream.AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, long, string, string)Subscribes the specified grain to the specified stream.AddSubscription(IStreamSubscriptionManager, IGrainFactory, StreamId, string, string, string)Subscribes the specified grain to the specified stream.TryGetStreamSubscriptionManager(IStreamProvider, IStreamSubscriptionManager)Returns theIStreamSubscriptionManagerfor the provided stream provider.
