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