Table of Contents

Class ActuatorEndpoint

Namespace
Steeltoe.Management.Endpoint.Hypermedia
Assembly
Steeltoe.Management.EndpointBase.dll

Actuator Endpoint provider the hypermedia link collection for all registered and enabled actuators

public class ActuatorEndpoint : AbstractEndpoint<Links, string>, IEndpoint<Links, string>, IEndpoint, IActuatorEndpoint
Inheritance
ActuatorEndpoint
Implements
Inherited Members
Extension Methods

Constructors

ActuatorEndpoint(IActuatorHypermediaOptions, ActuatorManagementOptions, ILogger<ActuatorEndpoint>)

public ActuatorEndpoint(IActuatorHypermediaOptions options, ActuatorManagementOptions mgmtOptions, ILogger<ActuatorEndpoint> logger = null)

Parameters

options IActuatorHypermediaOptions
mgmtOptions ActuatorManagementOptions
logger ILogger<ActuatorEndpoint>

Properties

Options

protected IActuatorHypermediaOptions Options { get; }

Property Value

IActuatorHypermediaOptions

Methods

Invoke(string)

public override Links Invoke(string baseUrl)

Parameters

baseUrl string

Returns

Links