public class EventBusWriter extends Writer
| Modifier and Type | Class and Description |
|---|---|
static class |
EventBusWriter.TransmissionMode |
| Constructor and Description |
|---|
EventBusWriter(io.vertx.core.eventbus.EventBus eventBus,
String address,
io.vertx.core.MultiMap deliveryOptionsHeaders,
EventBusWriter.TransmissionMode transmissionMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
public EventBusWriter(io.vertx.core.eventbus.EventBus eventBus,
String address,
io.vertx.core.MultiMap deliveryOptionsHeaders,
EventBusWriter.TransmissionMode transmissionMode)
public void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionCopyright © 2016–2021. All rights reserved.