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.IOException
Copyright © 2009-2021 The Apache Software Foundation