Show / Hide Table of Contents

    Interface IProduceStrategy

    The strategy used to produce the messages.

    Namespace: Silverback.Messaging.Outbound
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IProduceStrategy

    Methods

    | Improve this doc View source

    Build(IServiceProvider)

    Returns the actual strategy implementation, built using the provided System.IServiceProvider.

    Declaration
    IProduceStrategyImplementation Build(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    System.IServiceProvider serviceProvider

    The System.IServiceProvider to be used to build the strategy.

    Returns
    Type Description
    IProduceStrategyImplementation

    An instance of IProduceStrategyImplementation that can be used to produce the messages.

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