Interface BrokerClientCallback<T>
public interface BrokerClientCallback<T>
Callback interface for receiving subscribed topics.
- Since:
- 1
- Version:
- 1
-
Method Summary
Modifier and TypeMethodDescriptionvoidonReceiveTopic(MessageData data, T body) Called when a matching topic is received.
-
Method Details
-
onReceiveTopic
Called when a matching topic is received.- Since:
- 1
-