public interface OutputPort extends Port<OutputPort>, Output<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.
Copyright © 2013-2014. All Rights Reserved.