Uses of Class
io.virtualan.message.core.MessageObject
-
Packages that use MessageObject Package Description io.virtualan.message.core -
-
Uses of MessageObject in io.virtualan.message.core
Methods in io.virtualan.message.core that return MessageObject Modifier and Type Method Description MessageObjectMessagingApplication. parse(org.springframework.messaging.Message<?> message)MessageObjectMqttService. parse(org.springframework.messaging.Message<?> message)Parse message object.Methods in io.virtualan.message.core that return types with arguments of type MessageObject Modifier and Type Method Description org.springframework.integration.transformer.GenericTransformer<org.springframework.messaging.Message<?>,MessageObject>MessagingApplication. transformer()org.springframework.integration.transformer.GenericTransformer<org.springframework.messaging.Message<?>,MessageObject>MqttService. transformer()Transformer generic transformer.
-