Class SilverbackBuilderPublishOutboundMessagesToInternalBusExtensions
Adds the PublishOutboundMessagesToInternalBus method to the ISilverbackBuilder.
Inherited Members
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public static class SilverbackBuilderPublishOutboundMessagesToInternalBusExtensions
Methods
| Improve this doc View sourcePublishOutboundMessagesToInternalBus(ISilverbackBuilder)
Enables the legacy behavior where the messages to be routed through an outbound connector are also being published to the internal bus, to be locally subscribed. This is now disabled by default.
Declaration
public static ISilverbackBuilder PublishOutboundMessagesToInternalBus(this ISilverbackBuilder silverbackBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| ISilverbackBuilder | silverbackBuilder | The ISilverbackBuilder. |
Returns
| Type | Description |
|---|---|
| ISilverbackBuilder | The ISilverbackBuilder so that additional calls can be chained. |