| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.x |
| Modifier and Type | Method and Description |
|---|---|
default void |
MessageReader.pushMessageListener(MessageListener<M> l)
Queue a
MessageListener to receive messages delivered asynchronously. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultMessageListener<R>
A
MessageListener to handle result data and propagate it to a ResultBuilder. |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.concurrent.BlockingQueue<MessageListener<XMessage>> |
SyncMessageReader.messageListenerQueue
Queue of
MessageListeners waiting to process messages. |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncMessageReader.pushMessageListener(MessageListener<XMessage> listener) |