EventHubOptions
class
Namespace: Orleans.Configuration
EventHub settings for a specific hub
public class EventHubOptionsConstructors
Properties
ConnectionOptionsConnection options used when creating a connection to an Azure Event Hub.
Methods
ConfigureEventHubConnection(CreateConnectionDelegate, string, string)Configures the Azure Event Hub connection using the provided delegate.ConfigureEventHubConnection(EventHubConnection, string)Configures the Azure Event Hub connection using the provided connection instance.ConfigureEventHubConnection(string, string, string)Configures the Azure Event Hub connection using the provided connection string.ConfigureEventHubConnection(string, string, string, AzureNamedKeyCredential)Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.ConfigureEventHubConnection(string, string, string, AzureSasCredential)Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.ConfigureEventHubConnection(string, string, string, TokenCredential)Configures the Azure Event Hub connection using the provided fully-qualified namespace string and credential.
