public interface DataChangeEventListener
EventDispatcher whenever an event is available for processing.| Modifier and Type | Field and Description |
|---|---|
static DataChangeEventListener |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(String event)
Invoked if an event is processed for a captured table.
|
void |
onSkippedEvent(String event)
Invoked for events pertaining to non-whitelisted tables.
|
static final DataChangeEventListener NO_OP
Copyright © 2019 JBoss by Red Hat. All rights reserved.