public interface EventEmitter
| Modifier and Type | Method and Description |
|---|---|
void |
emit(DDLEvent event)
Emits a DDL event.
|
void |
emit(DMLEvent event)
Emits a DML event within its own transaction.
|
void emit(DDLEvent event) throws InterruptedException
event - the DDL eventInterruptedException - if it was interrupted while blocked on emitting the event.
The event is dropped in this scenario.void emit(DMLEvent event) throws InterruptedException
event - the DML eventInterruptedException - if it was interrupted while blocked on emitting the event.
The event is dropped in this scenario.Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.