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

Public Member Functions

int sourceNotification (String topic, String source, Object cbArg)
 

Detailed Description

Interface used for new source topic notification

Member Function Documentation

int com.latencybusters.lbm.LBMSourceNotification.sourceNotification ( String  topic,
String  source,
Object  cbArg 
)

Callback function called when a new source topic is detected. This callback is called directly in line and does not use an event queue; therefore, it should not block which would impact processing on the context processing thread.

Parameters
topicNew topic string
sourceString identifying the source for the new topic
cbArgCallback object token
Returns
an int, which should always be 0.
See also
LBMContextAttributes::setSourceNotifyCallback(LBMSourceNotification, Object)

Referenced by com.latencybusters.lbm.LBMContext.sourceNotification().


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