UM Java API  6.17.1
com.latencybusters.lbm.LBMSourceCreationExCallback Interface Reference

Public Member Functions

Object onNewSource (String sourceName, Object cbArg, LBMSourceCreateExInfo srcCreateExInfo)
 

Detailed Description

Interface for topic-level new source notification extended callbacks.

Since
UM 6.17.1

Member Function Documentation

Object com.latencybusters.lbm.LBMSourceCreationExCallback.onNewSource ( String  sourceName,
Object  cbArg,
LBMSourceCreateExInfo  srcCreateExInfo 
)

Extended source creation callback method for receivers. See LBMReceiverAttributes.setSourceNotificationExCallbacks().

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
srcCreateExInfosource creation extdended info LBMSourceCreateExInfo
Returns
Client callback object to pass into an LBMSourceDeletionCallback callback.

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