IStreamSubscriptionHandleFactory
interface
Namespace: Orleans.Streams.Core
Functionality for creating a stream subscription handle for a particular stream and subscription.
public interface IStreamSubscriptionHandleFactoryProperties
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.
