@FunctionalInterface
public static interface FlushStrategy.FlushSender
FlushStrategy
to flush writes by calling flush()
.Modifier and Type | Method and Description |
---|---|
void |
flush()
Sends a flush on the associated connection.
|
void flush()
FlushStrategy.WriteEventsListener
.