Package net.bluemind.core.rest.vertx
Class VertxStreamProducerControlHandler
java.lang.Object
net.bluemind.core.rest.vertx.VertxStreamProducerControlHandler
-
Constructor Summary
ConstructorDescriptionVertxStreamProducerControlHandler
(io.vertx.core.Vertx vertx, String controlAdr, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handleControlMessage
(io.vertx.core.eventbus.Message<String> msg) void
stream()
protected void
-
Constructor Details
-
VertxStreamProducerControlHandler
public VertxStreamProducerControlHandler(io.vertx.core.Vertx vertx, String controlAdr, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> bodyStream)
-
-
Method Details
-
stream
public void stream() -
handleControlMessage
-
stream
-