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