Show / Hide Table of Contents

    Class BusOptions

    Stores the message bus configuration (subscribers, etc.).

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

    Constructors

    BusOptions()

    Stores the message bus configuration (subscribers, etc.).

    Declaration
    public BusOptions()

    Properties

    MessageTypes

    Gets the collection of handled message types. These types will be recognized as messages and thus automatically republished when returned by a subscribed method.

    Declaration
    public IList<Type> MessageTypes { get; }
    Property Value
    Type Description
    IList<Type>

    Subscriptions

    Gets the collection of ISubscription. A single subscription can resolve to multiple subscribed methods.

    Declaration
    public IList<ISubscription> Subscriptions { get; }
    Property Value
    Type Description
    IList<ISubscription>
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini