Class HealthEndpointCore
Inheritance
System.Object
HealthEndpointCore
Inherited Members
Steeltoe.Management.Endpoint.Health.HealthEndpoint.GetFilteredContributorList(System.String, IList<>)
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class HealthEndpointCore : HealthEndpoint, IEndpoint<HealthEndpointResponse, ISecurityContext>, IEndpoint, IHealthEndpoint
Constructors
|
Edit this page
View Source
HealthEndpointCore(IHealthOptions, IHealthAggregator, IEnumerable<IHealthContributor>, IOptionsMonitor<HealthCheckServiceOptions>, IServiceProvider, ILogger<HealthEndpoint>)
Declaration
public HealthEndpointCore(IHealthOptions options, IHealthAggregator aggregator, IEnumerable<IHealthContributor> contributors, IOptionsMonitor<HealthCheckServiceOptions> serviceOptions, IServiceProvider provider, ILogger<HealthEndpoint> logger = null)
Parameters
Properties
|
Edit this page
View Source
Options
Declaration
public IHealthOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
BuildHealth(ISecurityContext)
Declaration
protected override HealthEndpointResponse BuildHealth(ISecurityContext securityContext)
Parameters
Returns
Overrides
|
Edit this page
View Source
Invoke(ISecurityContext)
Declaration
public override HealthEndpointResponse Invoke(ISecurityContext securityContext)
Parameters
Returns
Overrides
Implements