![JAR search and dependency download from the Maven repository](/logo.png)
com.symphony.bdk.bot.sdk.sse.model.SsePublishable Maven / Gradle / Ivy
package com.symphony.bdk.bot.sdk.sse.model;
/**
* Base interface for any custom events that should to be published through SSE channels
*
* @author Marcus Secato
*
*/
public interface SsePublishable {
String getType();
String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy