Show / Hide Table of Contents

    Interface IProduceStrategyImplementation

    The strategy used to produce the messages.

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

    Methods

    | Improve this doc View source

    ProduceAsync(IOutboundEnvelope)

    Produces the message in the specified envelope.

    Declaration
    Task ProduceAsync(IOutboundEnvelope envelope)
    Parameters
    Type Name Description
    IOutboundEnvelope envelope

    The IOutboundEnvelope containing the message to be produced.

    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

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