public class MutationVerbHandler extends java.lang.Object implements IVerbHandler<Mutation>
| Constructor and Description | 
|---|
| MutationVerbHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doVerb(MessageIn<Mutation> message,
      int id)This method delivers a message to the implementing class (if the implementing
 class was registered by a call to MessagingService.registerVerbHandlers). | 
public void doVerb(MessageIn<Mutation> message, int id) throws java.io.IOException
IVerbHandlerdoVerb in interface IVerbHandler<Mutation>message - - incoming message that needs handling.java.io.IOExceptionCopyright © 2018 The Apache Software Foundation