Class TypeSubscriptionOptions
The subscription options such as filters and parallelism settings.
Inherited Members
Namespace: Silverback.Messaging.Subscribers.Subscriptions
Assembly: Silverback.Core.dll
Syntax
public class TypeSubscriptionOptions : SubscriptionOptions
Constructors
TypeSubscriptionOptions()
The subscription options such as filters and parallelism settings.
Declaration
public TypeSubscriptionOptions()
Properties
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 |