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