Class InfoBuilder
- Namespace
- Steeltoe.Management.Endpoint.Actuators.Info
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class InfoBuilder
- Inheritance
-
InfoBuilder
- Inherited Members
Methods
Build()
public IDictionary<string, object?> Build()
Returns
WithInfo(IDictionary<string, object?>)
public InfoBuilder WithInfo(IDictionary<string, object?> details)
Parameters
details
IDictionary<string, object>
Returns
WithInfo(string, object?)
public InfoBuilder WithInfo(string key, object? value)