org.gridkit.jvmtool.codec.stacktrace.ThreadSnapshotWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sjk-stacktrace Show documentation
Show all versions of sjk-stacktrace Show documentation
Thread dumps: capture and encoding
package org.gridkit.jvmtool.codec.stacktrace;
import org.gridkit.jvmtool.event.TypedEventWriter;
public interface ThreadSnapshotWriter extends TypedEventWriter {
public void storeThreadEvent(ThreadSnapshotEvent event);
}