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
IVerbHandler
doVerb
in interface IVerbHandler<Mutation>
message
- - incoming message that needs handling.java.io.IOException
Copyright © 2019 The Apache Software Foundation