public static interface OverseerTaskProcessor.OverseerMessageHandlerSelector extends Closeable
OverseerMessageHandler
handles a given message. This could be a single OverseerMessageHandler
for the case where a single type of message is handled (e.g. collection
messages only) , or a different handler could be selected based on the
contents of the message.Modifier and Type | Method and Description |
---|---|
OverseerMessageHandler |
selectOverseerMessageHandler(ZkNodeProps message) |
OverseerMessageHandler selectOverseerMessageHandler(ZkNodeProps message)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.