Table of Contents

Interface IInfoBuilder

Namespace
Steeltoe.Management.Info
Assembly
Steeltoe.Management.Abstractions.dll
public interface IInfoBuilder

Methods

Build()

Dictionary<string, object> Build()

Returns

Dictionary<string, object>

WithInfo(Dictionary<string, object>)

IInfoBuilder WithInfo(Dictionary<string, object> details)

Parameters

details Dictionary<string, object>

Returns

IInfoBuilder

WithInfo(string, object)

IInfoBuilder WithInfo(string key, object value)

Parameters

key string
value object

Returns

IInfoBuilder