Show / Hide Table of Contents

    Class SilverbackBuilderPublishOutboundMessagesToInternalBusExtensions

    Adds the PublishOutboundMessagesToInternalBus method to the ISilverbackBuilder.

    Inheritance
    object
    SilverbackBuilderPublishOutboundMessagesToInternalBusExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.dll
    Syntax
    public static class SilverbackBuilderPublishOutboundMessagesToInternalBusExtensions

    Methods

    | Improve this doc View source

    PublishOutboundMessagesToInternalBus(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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini