|
UM Java API
6.17.1
|
Public Member Functions | |
| Object | onNewSource (String sourceName, Object cbArg, LBMSourceCreateExInfo srcCreateExInfo) |
Interface for topic-level new source notification extended callbacks.
| Object com.latencybusters.lbm.LBMSourceCreationExCallback.onNewSource | ( | String | sourceName, |
| Object | cbArg, | ||
| LBMSourceCreateExInfo | srcCreateExInfo | ||
| ) |
Extended source creation 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 |
| srcCreateExInfo | source creation extdended info LBMSourceCreateExInfo |