
ibt.ortc.extensibility.OnMessageWithBuffer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
The newest version!
package ibt.ortc.extensibility;
public interface OnMessageWithBuffer {
/**
* Fired when a message was received in the specified channel
* @param sender Ortc client instance that fired the event
* @param channel The channel where the message was received
* @param seqId The message sequence id
* @param message The message received
*/
public void run(OrtcClient sender, String channel, String seqId, String message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy