public class CounterMutationVerbHandler extends java.lang.Object implements IVerbHandler<CounterMutation>
| Modifier and Type | Field and Description |
|---|---|
static CounterMutationVerbHandler |
instance |
| Constructor and Description |
|---|
CounterMutationVerbHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doVerb(Message<CounterMutation> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
public static final CounterMutationVerbHandler instance
public void doVerb(Message<CounterMutation> message)
IVerbHandlerdoVerb in interface IVerbHandler<CounterMutation>message - - incoming message that needs handling.Copyright © 2009-2022 The Apache Software Foundation