Class InfoHandler
- Namespace
- Steeltoe.Management.Endpoint.Handler
- Assembly
- Steeltoe.Management.EndpointWeb.dll
public class InfoHandler : ActuatorHandler<InfoEndpoint, Dictionary<string, object>>, IActuatorHandler
- Inheritance
-
InfoHandler
- Implements
- Inherited Members
Constructors
InfoHandler(InfoEndpoint, IEnumerable<ISecurityService>, ILogger<InfoHandler>)
[Obsolete("Use newer constructor that passes in IManagementOptions instead")]
public InfoHandler(InfoEndpoint endpoint, IEnumerable<ISecurityService> securityServices, ILogger<InfoHandler> logger = null)
Parameters
endpoint
InfoEndpointsecurityServices
IEnumerable<ISecurityService>logger
ILogger<InfoHandler>
InfoHandler(InfoEndpoint, IEnumerable<ISecurityService>, IEnumerable<IManagementOptions>, ILogger<InfoHandler>)
public InfoHandler(InfoEndpoint endpoint, IEnumerable<ISecurityService> securityServices, IEnumerable<IManagementOptions> mgmtOptions, ILogger<InfoHandler> logger = null)
Parameters
endpoint
InfoEndpointsecurityServices
IEnumerable<ISecurityService>mgmtOptions
IEnumerable<IManagementOptions>logger
ILogger<InfoHandler>