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

org.gridkit.jvmtool.event.ErrorEvent Maven / Gradle / Ivy

package org.gridkit.jvmtool.event;

/**
 * 

* This is fake event produced if error has accured during * decoding of event stream. *

* * @author Alexey Ragozin ([email protected]) */ public interface ErrorEvent extends Event { public String message(); public Exception exception(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy