# Functions
New constructs a new instance of an EventHostProcessor.
NewFromConnectionString builds a new Event Processor Host from an Event Hub connection string which can be found in the Azure portal.
WithConsumerGroup will configure an EventProcessorHost to a specific consumer group.
WithEnvironment will configure an EventProcessorHost to use the specified Azure Environment.
WithNoBanner will configure an EventProcessorHost to not output the banner upon start.
WithWebSocketConnection will configure an EventProcessorHost to use websockets.
# Constants
DefaultLeaseDuration defines the default amount of time a lease is valid.
DefaultLeaseRenewalInterval defines the default amount of time between lease renewal attempts.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author