| Package | Description |
|---|---|
| com.openfin.desktop |
| Modifier and Type | Method and Description |
|---|---|
void |
InterApplicationBus.subscribe(String sourceUuid,
String topic,
BusListener listener)
Subscribes to messages on the specified topic
|
void |
InterApplicationBus.subscribe(String sourceUuid,
String topic,
BusListener listener,
AckListener callback)
Subscribes to messages on the specified topic
|
void |
InterApplicationBus.unsubscribe(String sourceUuid,
String topic,
BusListener listener)
Unsubscribes to messages on the specified topic
|
void |
InterApplicationBus.unsubscribe(String sourceUuid,
String topic,
BusListener listener,
AckListener callback)
Unsubscribes to messages on the specified topic
|
Copyright © 2022. All rights reserved.