Enum BrokerClientConnectionMode
Specifies if and when the message broker has to be automatically connected.
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public enum BrokerClientConnectionMode
Fields
| Name | Description |
|---|---|
| AfterStartup | The broker clients are being connected after the application is successfully started. |
| Manual | The broker clients are not being connected automatically. |
| Startup | The broker clients are being connected during the application startup. |