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)
message
- - incoming message that needs handling.id
- Copyright © 2015 The Apache Software Foundation