Uses of Class
org.springframework.messaging.support.GenericMessage
Packages that use GenericMessage
-
Uses of GenericMessage in org.openwms.common.comm
Methods in org.openwms.common.comm with parameters of type GenericMessageModifier and TypeMethodDescriptionvoid
NotRespondingServiceActivator.wakeUp
(GenericMessage<T> message) Wake up a service, processor or bean that accepts incoming messages of typeT
.org.springframework.messaging.Message
<U> RespondingServiceActivator.wakeUp
(GenericMessage<T> message) Wake up a service, processor or bean that accepts incoming messages of typeT
and returns messages of typeU
.