Uses of Interface
com.tccc.kos.commons.web.broker.BrokerClientCallback
Packages that use BrokerClientCallback
-
Uses of BrokerClientCallback in com.tccc.kos.commons.web.broker
Methods in com.tccc.kos.commons.web.broker with parameters of type BrokerClientCallbackModifier and TypeMethodDescription<T> BrokerClientSubscription<T>
BrokerClient.aliasSubscribe
(String alias, String topic, Class<T> clazz, BrokerClientCallback<T> callback) Subscribe to message broker on the node with he specified alias.<T> BrokerClientSubscription<T>
BrokerClient.localSubscribe
(String topic, Class<T> clazz, BrokerClientCallback<T> callback) Subscribe to message broker on local node.<T> BrokerClientSubscription<T>
BrokerClient.nodeSubscribe
(NodeId node, String topic, Class<T> clazz, BrokerClientCallback<T> callback) Subscribe to message broker on specified node.<T> BrokerClientSubscription<T>
BrokerClient.primarySubscribe
(String topic, Class<T> clazz, BrokerClientCallback<T> callback) Subscribe to message broker on the primary node.