|
UM Java API
6.17
|
Public Member Functions | |
| int | onSourceDelete (String sourceName, Object cbArg, Object sourceCbArg) |
Interface for topic-level source deletion notification callbacks.
| int com.latencybusters.lbm.LBMSourceDeletionCallback.onSourceDelete | ( | String | sourceName, |
| Object | cbArg, | ||
| Object | sourceCbArg | ||
| ) |
Source deletion callback method for receivers.
| sourceName | Source 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". |
| cbArg | Client callback object specified with LBMReceiverAttributes#setSourceNotificationCallbacks |
| sourceCbArg | Client callback object specified by the return value of an LBMSourceCreationCallback. |