Table of Contents

Interface IBrokerClientsConfiguredCallback

Namespace
Silverback.Messaging.Broker.Callbacks
Assembly
Silverback.Integration.dll

Declares the OnBrokerClientsConfiguredAsync() callback.

public interface IBrokerClientsConfiguredCallback : IBrokerClientCallback

Methods

OnBrokerClientsConfiguredAsync()

Called when all clients have been configured.

Task OnBrokerClientsConfiguredAsync()

Returns

Task

A Task representing the asynchronous operation.