Interface IEndpointsConfigurator
This interface can be implemented to split the message broker endpoints configuration across
different types. The types implementing IEndpointsConfigurator must be registered
using RegisterConfigurator
or AddEndpointConfigurator
.
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public interface IEndpointsConfigurator
Methods
| Improve this doc View sourceConfigure(IEndpointsConfigurationBuilder)
Configures the message broker endpoints.
Declaration
void Configure(IEndpointsConfigurationBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IEndpointsConfigurationBuilder | builder | The IEndpointsConfigurationBuilder instance to be used to configure the endpoints. |