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. |