![JAR search and dependency download from the Maven repository](/logo.png)
net.kencochrane.raven.event.interfaces.SentryInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven Show documentation
Show all versions of raven Show documentation
Sentry client written in Java.
package net.kencochrane.raven.event.interfaces;
import java.io.Serializable;
/**
* A SentryInterface is an additional structured data that can be provided with a message.
*/
public interface SentryInterface extends Serializable {
/**
* Gets the unique name of the interface.
*
* @return name of the interface.
*/
String getInterfaceName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy