Interface IBrokerOptionsBuilder
Exposes the methods to configure the connection with the message broker(s) and add the needed services to the IServiceCollection.
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerOptionsBuilder
Properties
| Improve this doc View sourceSilverbackBuilder
Gets the ISilverbackBuilder (that in turn references the IServiceCollection).
Declaration
ISilverbackBuilder SilverbackBuilder { get; }
Property Value
Type | Description |
---|---|
ISilverbackBuilder |