init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using Kreta.Core.MessageBroker.Azure.EventHub.Client.Configuration;
|
||||
using Microsoft.Azure.EventHubs;
|
||||
|
||||
namespace Kreta.MessageBroker.ClientFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Event hub message client factory
|
||||
/// </summary>
|
||||
class AzureEventHubMessageClientFactory : Core.MessageBroker.Azure.EventHub.Client.AzureEventHubMessageClientFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructor
|
||||
/// </summary>
|
||||
/// <param name="configuration">Configuration</param>
|
||||
public AzureEventHubMessageClientFactory(IAzureEventHubClientsConfiguration configuration) : base(configuration, RetryPolicy.NoRetry)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user