public interface ControlMessageHandler
ControlMessages in the record stream.| Modifier and Type | Interface and Description |
|---|---|
static class |
ControlMessageHandler.Noop |
| Modifier and Type | Field and Description |
|---|---|
static ControlMessageHandler |
NOOP
A
ControlMessageHandler that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(ControlMessage message)
handle the input
ControlMessage. |
static final ControlMessageHandler NOOP
ControlMessageHandler that does nothing.void handleMessage(ControlMessage message)
ControlMessage.