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