Interface VertxOutput
-
- All Known Implementing Classes:
VertxBlockingOutput
public interface VertxOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(io.netty.buffer.ByteBuf data, boolean last)CompletionStage<Void>writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)
-
-
-
Method Detail
-
write
void write(io.netty.buffer.ByteBuf data, boolean last) throws IOException- Throws:
IOException
-
writeNonBlocking
CompletionStage<Void> writeNonBlocking(io.netty.buffer.ByteBuf data, boolean last)
-
-