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

net.kencochrane.raven.event.interfaces.SentryInterface Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
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