Interface IInfoBuilder
- Namespace
- Steeltoe.Management.Endpoint.Info
- Assembly
- Steeltoe.Management.EndpointBase.dll
public interface IInfoBuilder
Methods
Build()
Dictionary<string, object> Build()
Returns
WithInfo(Dictionary<string, object>)
IInfoBuilder WithInfo(Dictionary<string, object> details)
Parameters
details
Dictionary<string, object>
Returns
WithInfo(string, object)
IInfoBuilder WithInfo(string key, object value)