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

Public Member Functions

int onSourceDelete (String sourceName, Object cbArg, Object sourceCbArg, LBMSourceDeleteExInfo srcDeleteExInfo)
 

Detailed Description

Interface for topic-level source deletion extended notification callbacks.

Since
UM 6.17.1

Member Function Documentation

int com.latencybusters.lbm.LBMSourceDeletionExCallback.onSourceDelete ( String  sourceName,
Object  cbArg,
Object  sourceCbArg,
LBMSourceDeleteExInfo  srcDeleteExInfo 
)

Extended source deletion 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
sourceCbArgClient callback object specified by the return value of an LBMSourceCreationCallback.
srcDeleteExInfoExtended information for the transport session being deleted LBMSourceDeleteExInfo.
Returns
This method should always return 0.

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