Skip to content

SiloEventHubStreamConfiguratorExtensions.ConfigurePartitionReceiver(ISiloEventHubStreamConfigurator, Action<OptionsBuilder<EventHubReceiverOptions>>)

ConfigurePartitionReceiver(ISiloEventHubStreamConfigurator, Action<OptionsBuilder<EventHubReceiverOptions>>)

staticextension
View source
public static void ConfigurePartitionReceiver(this ISiloEventHubStreamConfigurator configurator, Action<OptionsBuilder<EventHubReceiverOptions>> configureOptions)
Configures Event Hub partition receivers.

Parameters

configuratorISiloEventHubStreamConfigurator
The stream configurator.
configureOptionsAction<OptionsBuilder<EventHubReceiverOptions>>
The delegate used to configure receiver options.