public interface OutputPort extends Port<OutputPort>, Output<OutputPort>, OutputBatchSupport<OutputPort>, OutputGroupSupport<OutputPort>
The output port can contain any number of OutputStream
to which it sends messages. Each message that is sent on the output port will
be sent on all underlying streams. Selection occurs within each stream
rather than at the port level.
Streams are constructed based on current network configuration information. When the network configuration is updated, the port will automatically update its internal streams.
| Modifier and Type | Method and Description |
|---|---|
OutputPort |
batch(org.vertx.java.core.Handler<OutputBatch> handler)
Creates a new batch.
|
drainHandler, getSendQueueMaxSize, send, send, send, send, send, send, send, send, send, send, send, send, send, send, sendQueueFull, setSendQueueMaxSize, size, vertxbatchgroupOutputPort batch(org.vertx.java.core.Handler<OutputBatch> handler)
batch in interface OutputBatchSupport<OutputPort>handler - A handler to be called when the batch is created.Copyright © 2013-2014. All Rights Reserved.