Table of Contents

Interface IBrokerClientsConnectedCallback

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

Declares the OnBrokerClientsConnectedAsync() callback.

public interface IBrokerClientsConnectedCallback : IBrokerClientCallback

Methods

OnBrokerClientsConnectedAsync()

Called when all clients have been configured and connected.

Task OnBrokerClientsConnectedAsync()

Returns

Task

A Task representing the asynchronous operation.