Uses of Class
com.tccc.kos.commons.core.broker.MessageData
Packages that use MessageData
Package
Description
Provides access to the message broker.
-
Uses of MessageData in com.tccc.kos.commons.core.broker
Methods in com.tccc.kos.commons.core.broker with parameters of type MessageDataModifier and TypeMethodDescriptionvoid
MessageBrokerCallback.onMessage
(MessageData msgData) This method is called when a broker message matching a subscribed topic is found. -
Uses of MessageData in com.tccc.kos.commons.web.broker
Methods in com.tccc.kos.commons.web.broker with parameters of type MessageDataModifier and TypeMethodDescriptionvoid
BrokerClientCallback.onReceiveTopic
(MessageData data, T body) Called when a matching topic is received.