All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gridkit.jvmtool.codec.stacktrace.ThreadSnapshotWriter Maven / Gradle / Ivy

There is a newer version: 0.23
Show newest version
package org.gridkit.jvmtool.codec.stacktrace;

import org.gridkit.jvmtool.event.TypedEventWriter;

public interface ThreadSnapshotWriter extends TypedEventWriter {

    public void storeThreadEvent(ThreadSnapshotEvent event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy