# EventHubsStreamProviderBuilder

Package: [Microsoft.Orleans.Streaming.EventHubs](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming.EventHubs) | [Source](https://github.com/dotnet/orleans/blob/1644940b035c7bdf215a4fd7135757c06bcfe9ec/src/Azure/Orleans.Streaming.EventHubs/Hosting/EventHubsStreamProviderBuilder.cs#L29)

```csharp
public sealed class EventHubsStreamProviderBuilder : IProviderBuilder<IClientBuilder>, IProviderBuilder<ISiloBuilder>
```

Configures Azure Event Hubs stream providers from provider configuration.

## Constructors

- [EventHubsStreamProviderBuilder](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.eventhubsstreamproviderbuilder/constructors/constructor-80b31b35/)

## Methods

- [Configure(IClientBuilder, string?, IConfigurationSection)](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.eventhubsstreamproviderbuilder/methods/configure-orleans-hosting-iclientbuilder-string-nullable-microsoft-extensions-co-81f71d29/)
- [Configure(ISiloBuilder, string?, IConfigurationSection)](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.hosting.eventhubsstreamproviderbuilder/methods/configure-orleans-hosting-isilobuilder-string-nullable-microsoft-extensions-conf-f2fd820b/)
