Class InfoEndpoint
Inheritance
System.Object
InfoEndpoint
Implements
IEndpoint<
Dictionary<
System.String,
System.Object>>
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class InfoEndpoint : AbstractEndpoint<Dictionary<string, object>>, IEndpoint<Dictionary<string, object>>, IEndpoint, IInfoEndpoint
Constructors
|
Edit this page
View Source
InfoEndpoint(IInfoOptions, IEnumerable<IInfoContributor>, ILogger<InfoEndpoint>)
Declaration
public InfoEndpoint(IInfoOptions options, IEnumerable<IInfoContributor> contributors, ILogger<InfoEndpoint> logger = null)
Parameters
Properties
|
Edit this page
View Source
Options
Declaration
public IInfoOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
BuildInfo(IList<IInfoContributor>)
Declaration
protected virtual Dictionary<string, object> BuildInfo(IList<IInfoContributor> infoContributors)
Parameters
Returns
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Edit this page
View Source
Invoke()
Declaration
public override Dictionary<string, object> Invoke()
Returns
Type |
Description |
Dictionary<System.String, System.Object> |
|
Overrides
Steeltoe.Management.AbstractEndpoint<Dictionary<System.String, System.Object>>.Invoke()
Implements