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