Interface IEndpointsConfiguredCallback
Declares the OnEndpointsConfiguredAsync() callback.
Namespace: Silverback.Messaging.Broker.Callbacks
Assembly: Silverback.Integration.dll
Syntax
public interface IEndpointsConfiguredCallback : IBrokerCallback
Methods
| Improve this doc View sourceOnEndpointsConfiguredAsync()
Called when all endpoints have been configured.
Declaration
Task OnEndpointsConfiguredAsync()
Returns
Type | Description |
---|---|
Task | A Task representing the asynchronous operation. |