|
UM Java API
6.17.1
|
Public Member Functions | |
| int | onSourceDelete (String sourceName, Object cbArg, Object sourceCbArg, LBMSourceDeleteExInfo srcDeleteExInfo) |
Interface for topic-level source deletion extended notification callbacks.
| int com.latencybusters.lbm.LBMSourceDeletionExCallback.onSourceDelete | ( | String | sourceName, |
| Object | cbArg, | ||
| Object | sourceCbArg, | ||
| LBMSourceDeleteExInfo | srcDeleteExInfo | ||
| ) |
Extended source deletion callback method for receivers. See LBMReceiverAttributes.setSourceNotificationExCallbacks().
| 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. |
| srcDeleteExInfo | Extended information for the transport session being deleted LBMSourceDeleteExInfo. |