Interface ISilverbackBuilder
Exposes the methods to configure Silverback and enable its optional features adding the needed services to the IServiceCollection.
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Core.dll
Syntax
public interface ISilverbackBuilder
Properties
| Improve this doc View sourceBusOptions
Gets the IBusOptions that is being modified by this ISilverbackBuilder.
Declaration
IBusOptions BusOptions { get; }
Property Value
Type | Description |
---|---|
IBusOptions |
Services
Gets the IServiceCollection that is being modified by this ISilverbackBuilder.
Declaration
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |