Interface IBrokerClientsConnectedCallback
Declares the OnBrokerClientsConnectedAsync() callback.
Namespace: Silverback.Messaging.Broker.Callbacks
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerClientsConnectedCallback : IBrokerClientCallback
Methods
OnBrokerClientsConnectedAsync()
Called when all clients have been configured and connected.
Declaration
Task OnBrokerClientsConnectedAsync()
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |