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

org.gridkit.jvmtool.spi.parsers.JsonEventDumpParser Maven / Gradle / Ivy

package org.gridkit.jvmtool.spi.parsers;

public interface JsonEventDumpParser {

    /**
     * May return null or throw an exception if source is not supported by parser.
     */
    public JsonEventSource open(InputStreamSource source) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy