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
IThreadDumpOptionsthreadDumper
IThreadDumperlogger
ILogger<ThreadDumpEndpoint>
Properties
Options
public IThreadDumpOptions Options { get; }
Property Value
Methods
Invoke()
public override List<ThreadInfo> Invoke()