public interface IVerbHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
doVerb(Message<T> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
void doVerb(Message<T> message) throws java.io.IOException
message - - incoming message that needs handling.java.io.IOExceptionCopyright © 2009-2020 The Apache Software Foundation