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