UM Java API  6.16
com.latencybusters.lbm.LBMSourceDeletionCallback Interface Reference

Public Member Functions

int onSourceDelete (String sourceName, Object cbArg, Object sourceCbArg)
 

Detailed Description

Interface for topic-level source deletion notification callbacks.

Since
LBM 3.3, UME 2.0

Member Function Documentation

int com.latencybusters.lbm.LBMSourceDeletionCallback.onSourceDelete ( String  sourceName,
Object  cbArg,
Object  sourceCbArg 
)

Source deletion callback method for receivers.

Parameters
sourceNameSource as a string. Format depends on transport type. For TCP, string is "TCP:IP:Port" (e.g. "TCP:192.168.0.4:45789"). For LBT-RM, string is "LBTRM:src:sport:sessionid:grp:dport".
cbArgClient callback object specified with LBMReceiverAttributes#setSourceNotificationCallbacks
sourceCbArgClient callback object specified by the return value of an LBMSourceCreationCallback.
Returns
This method should always return 0.

The documentation for this interface was generated from the following file: