Show / Hide Table of Contents

    Interface IBrokerClientsConfiguredCallback

    Declares the OnBrokerClientsConfiguredAsync() callback.

    Namespace: Silverback.Messaging.Broker.Callbacks
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IBrokerClientsConfiguredCallback : IBrokerClientCallback

    Methods

    OnBrokerClientsConfiguredAsync()

    Called when all clients have been configured.

    Declaration
    Task OnBrokerClientsConfiguredAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

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