private class ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler extends Object implements ProtocolHandler
| Modifier | Constructor and Description |
|---|---|
private |
ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(ProtocolMessage msg) |
ProtocolMessage |
handle(ProtocolMessage msg)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
private ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler()
public boolean canHandle(ProtocolMessage msg)
canHandle in interface ProtocolHandlerpublic ProtocolMessage handle(ProtocolMessage msg) throws ProtocolException
ProtocolHandlerhandle in interface ProtocolHandlermsg - a messageProtocolException - if the message could not be processedCopyright © 2015 Apache NiFi(incubating) Project. All rights reserved.