Show / Hide Table of Contents

    Interface ISubscription

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

    Namespace: Silverback.Messaging.Subscribers.Subscriptions
    Assembly: Silverback.Core.dll
    Syntax
    public interface ISubscription

    Methods

    GetSubscribedMethods(IServiceProvider)

    Gets the SubscribedMethod collection.

    Declaration
    IReadOnlyList<SubscribedMethod> GetSubscribedMethods(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider

    The IServiceProvider to be used to resolve the required services.

    Returns
    Type Description
    IReadOnlyList<SubscribedMethod>

    A collection of SubscribedMethod.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini