Package com.openfin.desktop
Interface BusListener
public interface BusListener
Listener for subscribed messages.
-
Method Summary
Modifier and Type Method Description voidonMessageReceived(java.lang.String sourceUuid, java.lang.String topic, java.lang.Object payload)Invoked when a subscrbied message is received
-
Method Details
-
onMessageReceived
void onMessageReceived(java.lang.String sourceUuid, java.lang.String topic, java.lang.Object payload)Invoked when a subscrbied message is received- Parameters:
sourceUuid- Source of th messagetopic- Topic of the messagepayload- Message content
-