public interface Emitter extends Closeable, Flushable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
emit(Event event) |
void |
flush() |
void |
start() |
void start()
void emit(Event event)
void flush()
throws IOException
flush in interface FlushableIOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2011–2018. All rights reserved.