public class CounterMutationVerbHandler extends java.lang.Object implements IVerbHandler<CounterMutation>
Constructor and Description |
---|
CounterMutationVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(MessageIn<CounterMutation> 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<CounterMutation> message, int id)
IVerbHandler
doVerb
in interface IVerbHandler<CounterMutation>
message
- - incoming message that needs handling.Copyright © 2013 The Apache Software Foundation