| Package | Description |
|---|---|
| com.github.shyiko.mysql.binlog | |
| com.github.shyiko.mysql.binlog.jmx |
| Modifier and Type | Method and Description |
|---|---|
List<BinaryLogClient.EventListener> |
BinaryLogClient.getEventListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryLogClient.registerEventListener(BinaryLogClient.EventListener eventListener)
Register event listener.
|
void |
BinaryLogClient.unregisterEventListener(BinaryLogClient.EventListener eventListener)
Unregister single event listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryLogClient.unregisterEventListener(Class<? extends BinaryLogClient.EventListener> listenerClass)
Unregister all event listener of specific type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryLogClientStatistics |
Copyright © 2019. All rights reserved.