Show / Hide Table of Contents

    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 source

    GetSubscribedMethods(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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini