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