StreamSubscriptionHandlerFactory Class

Definition

Factory for creating StreamSubscriptionHandle<T> instances.

public class StreamSubscriptionHandlerFactory : Orleans.Streams.Core.IStreamSubscriptionHandleFactory
type StreamSubscriptionHandlerFactory = class
    interface IStreamSubscriptionHandleFactory
Public Class StreamSubscriptionHandlerFactory
Implements IStreamSubscriptionHandleFactory
Inheritance
StreamSubscriptionHandlerFactory
Implements

Constructors

StreamSubscriptionHandlerFactory(IStreamProvider, IStreamIdentity, String, GuidId)
StreamSubscriptionHandlerFactory(IStreamProvider, StreamId, String, GuidId)

Initializes a new instance of the StreamSubscriptionHandlerFactory class.

StreamSubscriptionHandlerFactory(IStreamProviderManager, IStreamIdentity, String, GuidId)

Properties

ProviderName

Gets the name of the provider.

StreamId

Gets the stream identifier.

SubscriptionId

Gets the subscription identifier.

Methods

Create<T>()

Creates a stream subscription handle for the stream and subscription identified by this instance.

Applies to