コード例 #1
0
 public ActuatorHypermediaEndpointMiddleware(RequestDelegate next, ActuatorEndpoint endpoint, ActuatorManagementOptions mgmtOptions, ILogger <ActuatorHypermediaEndpointMiddleware> logger = null)
     : base(endpoint, mgmtOptions, logger: logger)
 {
     _next = next;
 }
コード例 #2
0
 public ActuatorEndpoint(IActuatorHypermediaOptions options, ActuatorManagementOptions mgmtOptions, ILogger <ActuatorEndpoint> logger = null)
     : base(options)
 {
     _mgmtOption = mgmtOptions;
     _logger     = logger;
 }