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