Skip to content

EventHubAdapterFactory

class

Namespace: Orleans.Streaming.EventHubs

Queue adapter factory which allows the PersistentStreamProvider to use EventHub as its backend persistent event queue.
public class EventHubAdapterFactory : IQueueAdapter, IQueueAdapterCache, IQueueAdapterFactory

Constructors

Properties

  • Direction Direction of this queue adapter: Read, Write or ReadWrite.
  • IsRewindable Determines whether this is a rewindable stream adapter - supports subscribing from previous point in time.
  • Name Name of the adapter. Primarily for logging purposes

Methods