Show / Hide Table of Contents

    Class TypeSubscriptionOptions

    The subscription options such as filters and parallelism settings.

    Inheritance
    object
    SubscriptionOptions
    TypeSubscriptionOptions
    Inherited Members
    SubscriptionOptions.Exclusive
    SubscriptionOptions.Filters
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Subscribers.Subscriptions
    Assembly: Silverback.Core.dll
    Syntax
    public class TypeSubscriptionOptions : SubscriptionOptions

    Properties

    | Improve this doc View source

    AutoSubscribeAllPublicMethods

    Gets or sets a value indicating whether all public methods of the specified type have to be automatically subscribed. When set to false only the methods decorated with the SubscribeAttribute are subscribed.

    Declaration
    public bool AutoSubscribeAllPublicMethods { get; set; }
    Property Value
    Type Description
    bool
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini