Table of Contents

Class ThreadDumpEndpoint

Namespace
Steeltoe.Management.Endpoint.ThreadDump
Assembly
Steeltoe.Management.EndpointBase.dll
public class ThreadDumpEndpoint : AbstractEndpoint<List<ThreadInfo>>, IEndpoint<List<ThreadInfo>>, IEndpoint, IThreadDumpEndpoint
Inheritance
ThreadDumpEndpoint
Implements
Inherited Members
Extension Methods

Constructors

ThreadDumpEndpoint(IThreadDumpOptions, IThreadDumper, ILogger<ThreadDumpEndpoint>)

public ThreadDumpEndpoint(IThreadDumpOptions options, IThreadDumper threadDumper, ILogger<ThreadDumpEndpoint> logger = null)

Parameters

options IThreadDumpOptions
threadDumper IThreadDumper
logger ILogger<ThreadDumpEndpoint>

Properties

Options

public IThreadDumpOptions Options { get; }

Property Value

IThreadDumpOptions

Methods

Invoke()

public override List<ThreadInfo> Invoke()

Returns

List<ThreadInfo>