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

ibt.ortc.extensibility.OnPublishResult Maven / Gradle / Ivy

The newest version!
package ibt.ortc.extensibility;

public interface OnPublishResult {
    /**
     * Fired when a message seqId arrives from the server or publish timeout expires
     * @param error Message not publish, error description
     * @param seqId The message sequence identifier
     */

    public void run(String error, String seqId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy