Table of Contents

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

IDictionary<string, object>

WithInfo(IDictionary<string, object>)

public InfoBuilder WithInfo(IDictionary<string, object> details)

Parameters

details IDictionary<string, object>

Returns

InfoBuilder

WithInfo(string, object)

public InfoBuilder WithInfo(string key, object value)

Parameters

key string
value object

Returns

InfoBuilder