public abstract class AbstractMutationVerbHandler<T extends IMutation> extends java.lang.Object implements IVerbHandler<T>
Constructor and Description |
---|
AbstractMutationVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(Message<T> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
void |
processMessage(Message<T> message,
InetAddressAndPort respondTo) |
public void doVerb(Message<T> message) throws java.io.IOException
IVerbHandler
doVerb
in interface IVerbHandler<T extends IMutation>
message
- - incoming message that needs handling.java.io.IOException
public void processMessage(Message<T> message, InetAddressAndPort respondTo)
Copyright © 2009- The Apache Software Foundation