Interface IInfoBuilder
- Namespace
 - Steeltoe.Management.Info
 
- Assembly
 - Steeltoe.Management.Abstractions.dll
 
public interface IInfoBuilder
  Methods
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)