UM Java API
6.16.1
|
Public Member Functions | |
Object | onNewSource (String sourceName, Object cbArg) |
Interface for topic-level new source notification callbacks.
Object com.latencybusters.lbm.LBMSourceCreationCallback.onNewSource | ( | String | sourceName, |
Object | cbArg | ||
) |
New source creation 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 |