Package org.openwms.common.comm
Interface NotRespondingServiceActivator<T>
- Type Parameters:
T
- A type of incoming payload
- All Superinterfaces:
CustomServiceActivator
A NotRespondingServiceActivator is an Service Activator implementation that accepts a
message but does not reply with a message.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
wakeUp
(GenericMessage<T> message) Wake up a service, processor or bean that accepts incoming messages of typeT
.Methods inherited from interface org.openwms.common.comm.CustomServiceActivator
getChannel, getChannelName
-
Method Details
-
wakeUp
Wake up a service, processor or bean that accepts incoming messages of typeT
.- Parameters:
message
- The message to forward
-