public class GossipDigestAck2VerbHandler extends GossipVerbHandler<GossipDigestAck2>
| Modifier and Type | Field and Description |
|---|---|
static GossipDigestAck2VerbHandler |
instance |
| Constructor and Description |
|---|
GossipDigestAck2VerbHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
doVerb(Message<GossipDigestAck2> 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 GossipDigestAck2VerbHandler instance
public void doVerb(Message<GossipDigestAck2> message)
IVerbHandlerdoVerb in interface IVerbHandler<GossipDigestAck2>doVerb in class GossipVerbHandler<GossipDigestAck2>message - - incoming message that needs handling.Copyright © 2009-2020 The Apache Software Foundation