Interface IHealthEndpoint
Namespace: Steeltoe.Management.Endpoint.Health
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public interface IHealthEndpoint
Methods
| Edit this page View SourceGetStatusCode(HealthCheckResult)
Declaration
int GetStatusCode(HealthCheckResult health)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckResult | health |
Returns
Type | Description |
---|---|
System.Int32 |
Invoke(ISecurityContext)
Declaration
HealthEndpointResponse Invoke(ISecurityContext securityContext)
Parameters
Type | Name | Description |
---|---|---|
ISecurityContext | securityContext |
Returns
Type | Description |
---|---|
HealthEndpointResponse |