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 sourcePingAllEndpointsAsync()
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. |