StreamSubscriptionHandlerFactory
class
Namespace: Orleans.Streams
Factory for creating
Orleans.Streams.StreamSubscriptionHandle instances. public class StreamSubscriptionHandlerFactory : IStreamSubscriptionHandleFactoryConstructors
StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, string, GuidId)Initializes a new instance of theStreamSubscriptionHandlerFactoryclass.
Properties
ProviderNameGets the name of the provider.StreamIdGets the stream identifier.SubscriptionIdGets the subscription identifier.
Methods
CreateCreates a stream subscription handle for the stream and subscription identified by this instance.
