public interface FlushLifeCycleTracker
| Modifier and Type | Field and Description |
|---|---|
static FlushLifeCycleTracker |
DUMMY |
| Modifier and Type | Method and Description |
|---|---|
default void |
afterExecution()
Called after flush is executed.
|
default void |
beforeExecution()
Called before flush is executed.
|
default void |
notExecuted(java.lang.String reason)
Called if the flush request fails for some reason.
|
static final FlushLifeCycleTracker DUMMY