Interface ISubscription
Represents a subscription configuration. Each subscription can resolve to multiple SubscribedMethod.
Namespace: Silverback.Messaging.Subscribers.Subscriptions
Assembly: Silverback.Core.dll
Syntax
public interface ISubscription
Methods
| Improve this doc View sourceGetSubscribedMethods(IServiceProvider)
Gets the SubscribedMethod collection.
Declaration
IReadOnlyCollection<SubscribedMethod> GetSubscribedMethods(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceProvider | serviceProvider | The IServiceProvider to be used to resolve the required services. |
Returns
| Type | Description |
|---|---|
| IReadOnlyCollection<SubscribedMethod> | A collection of SubscribedMethod. |