Show / Hide Table of Contents

    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 source

    OnEndpointsConfiguredAsync()

    Called when all endpoints have been configured.

    Declaration
    Task OnEndpointsConfiguredAsync()
    Returns
    Type Description
    Task

    A Task representing the asynchronous operation.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini