Show / Hide Table of Contents

    Interface IOutboxWorker

    Processes the outbox and produces the messages to the target message broker endpoint.

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

    Methods

    | Improve this doc View source

    ProcessQueueAsync(CancellationToken)

    Processes the outbox.

    Declaration
    Task ProcessQueueAsync(CancellationToken stoppingToken)
    Parameters
    Type Name Description
    CancellationToken stoppingToken

    A CancellationToken to observe while waiting for the task to complete.

    Returns
    Type Description
    Task

    A Task that represents the long running operations.

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