public interface Flushable<T>
| Modifier and Type | Field and Description |
|---|---|
static Event<java.lang.Object> |
FLUSH_EVENT |
| Modifier and Type | Method and Description |
|---|---|
Flushable<T> |
flush()
Trigger flush on this component, generally draining any collected values.
|