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
Properties
| Improve this doc View sourceAutoSubscribeAllPublicMethods
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 |