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

io.sentry.event.interfaces.SentryInterface Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.4
Show newest version
package io.sentry.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