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