public class ReadCommandVerbHandler extends java.lang.Object implements IVerbHandler<ReadCommand>
| Modifier and Type | Field and Description |
|---|---|
static ReadCommandVerbHandler |
instance |
| Constructor and Description |
|---|
ReadCommandVerbHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doVerb(Message<ReadCommand> 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 ReadCommandVerbHandler instance
public void doVerb(Message<ReadCommand> message)
IVerbHandlerdoVerb in interface IVerbHandler<ReadCommand>message - - incoming message that needs handling.Copyright © 2009-2022 The Apache Software Foundation