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 TypeMethodDescriptionvoidNotRespondingServiceActivator.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 typeTand returns messages of typeU.