Show / Hide Table of Contents

    Interface IOutboundEndpointsHealthCheckService

    Checks that all outbound endpoints are reachable.

    Namespace: Silverback.Messaging.HealthChecks
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IOutboundEndpointsHealthCheckService

    Methods

    | Improve this doc View source

    PingAllEndpointsAsync()

    Produces a PingMessage to all configured outbound endpoints.

    Declaration
    Task<IReadOnlyCollection<EndpointCheckResult>> PingAllEndpointsAsync()
    Returns
    Type Description
    Task<IReadOnlyCollection<EndpointCheckResult>>

    A Task<TResult> representing the asynchronous operation. The task result contains an EndpointCheckResult for each endpoint.

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