Class BrokerOptionsBuilderAllowDuplicateEndpointsExtensions
Adds the AllowDuplicateEndpointRegistrations
method to the IBrokerOptionsBuilder.
Inheritance
System.Object
BrokerOptionsBuilderAllowDuplicateEndpointsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Integration.dll
Syntax
public static class BrokerOptionsBuilderAllowDuplicateEndpointsExtensions
Methods
| Improve this doc View sourceAllowDuplicateEndpointRegistrations(IBrokerOptionsBuilder)
Enables registration of duplicate endpoints.
Declaration
public static IBrokerOptionsBuilder AllowDuplicateEndpointRegistrations(this IBrokerOptionsBuilder brokerOptionsBuilder)
Parameters
Type | Name | Description |
---|---|---|
IBrokerOptionsBuilder | brokerOptionsBuilder |
Returns
Type | Description |
---|---|
IBrokerOptionsBuilder | The IBrokerOptionsBuilder so that additional calls can be chained. |