Table of Contents

Interface ISubscription

Namespace
Silverback.Messaging.Subscribers.Subscriptions
Assembly
Silverback.Core.dll

A subscription configuration. Each subscription can resolve to multiple SubscribedMethod.

public interface ISubscription

Methods

GetSubscribedMethods(IServiceProvider)

Gets the SubscribedMethod collection.

IReadOnlyList<SubscribedMethod> GetSubscribedMethods(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

The IServiceProvider to be used to resolve the required services.

Returns

IReadOnlyList<SubscribedMethod>

A collection of SubscribedMethod.