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

com.symphony.bdk.bot.sdk.sse.model.SsePublishable Maven / Gradle / Ivy

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