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

Public Member Functions

Object onNewSource (String sourceName, Object cbArg)
 

Detailed Description

Interface for topic-level new source notification callbacks.

Since
LBM 3.3, UME 2.0

Member Function Documentation

Object com.latencybusters.lbm.LBMSourceCreationCallback.onNewSource ( String  sourceName,
Object  cbArg 
)

New source creation 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
Returns
Client callback object to pass into an LBMSourceDeletionCallback callback.

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