Table of Contents

Class RefreshEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Actuators.Refresh
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class RefreshEndpointOptions : EndpointOptions
Inheritance
RefreshEndpointOptions
Inherited Members

Properties

ReturnConfiguration

Gets or sets a value indicating whether to return the configuration after refreshing. Default value: true.

public bool ReturnConfiguration { get; set; }

Property Value

bool

Methods

GetDefaultAllowedVerbs()

Gets the default list of HTTP verbs that are allowed for this endpoint.

protected override IList<string> GetDefaultAllowedVerbs()

Returns

IList<string>