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)
IVerbHandlerdoVerb in interface IVerbHandler<GossipDigestSyn>doVerb in class GossipVerbHandler<GossipDigestSyn>message - - incoming message that needs handling.Copyright © 2009-2022 The Apache Software Foundation