Class TypeSubscriptionOptions
- Namespace
- Silverback.Messaging.Subscribers.Subscriptions
- Assembly
- Silverback.Core.dll
The subscription options such as filters and parallelism settings.
public class TypeSubscriptionOptions : SubscriptionOptions
- Inheritance
-
TypeSubscriptionOptions
- Inherited Members
Constructors
TypeSubscriptionOptions()
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.
public bool AutoSubscribeAllPublicMethods { get; set; }