Table of Contents

Class ThreadDumpStartupFilter

Namespace
Steeltoe.Management.Endpoint.ThreadDump
Assembly
Steeltoe.Management.EndpointCore.dll
[Obsolete("This class will be removed in a future release, Use Steeltoe.Management.Endpoint.AllActuatorsStartupFilter instead")]
public class ThreadDumpStartupFilter : IStartupFilter
Inheritance
ThreadDumpStartupFilter
Implements
Inherited Members

Constructors

ThreadDumpStartupFilter(MediaTypeVersion)

public ThreadDumpStartupFilter(MediaTypeVersion mediaTypeVersion = MediaTypeVersion.V2)

Parameters

mediaTypeVersion MediaTypeVersion

Methods

Configure(Action<IApplicationBuilder>)

Extends the provided next and returns an Action of the same type.

public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)

Parameters

next Action<IApplicationBuilder>

The Configure method to extend.

Returns

Action<IApplicationBuilder>

A modified Action.