Package com.tccc.kos.commons.web.broker
Interface BrokerClientCallback<T>
public interface BrokerClientCallback<T>
Callback interface for receiving subscribed topics.
- Since:
- 1.0
- Version:
- 2024-03-30
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onReceiveTopic
(MessageData data, T body) Called when a matching topic is received.
-
Method Details
-
onReceiveTopic
Called when a matching topic is received.
-