public static interface ZProxy.Pump
Modifier and Type | Method and Description |
---|---|
boolean |
flow(ZProxy.Plug src,
ZMQ.Socket source,
ZMQ.Socket capture,
ZProxy.Plug dst,
ZMQ.Socket destination)
Transfers a message from one source to one destination, with an optional capture.
|
boolean flow(ZProxy.Plug src, ZMQ.Socket source, ZMQ.Socket capture, ZProxy.Plug dst, ZMQ.Socket destination)
src
- the plug of the source socketsource
- the socket where to receive the message from.capture
- the optional sockets where to send the message to. Possibly null.dst
- the plug of the destination socketdestination
- the socket where to send the message to.Copyright © 2017. All Rights Reserved.