Edit

Share via


MockEventHubSettings Class

Definition

MockEventHubSettings hard code EventHub related settings to avoid configuring those settings. It is used in EventDataGeneratorStreamProvider to mock its connection to EventHub

public class MockEventHubSettings : Orleans.ServiceBus.Providers.IEventHubSettings
type MockEventHubSettings = class
    interface IEventHubSettings
Public Class MockEventHubSettings
Implements IEventHubSettings
Inheritance
MockEventHubSettings
Implements

Constructors

MockEventHubSettings()

Properties

ConnectionString

Connection string

ConsumerGroup

EventHub consumer group.

Path

Hub Path.

PrefetchCount

Optional parameter which configures the EventHub reciever's prefetch count.

StartFromNow

Applies to