Parent

Methods

Included Modules

Files

ZMQ::Socket::Pull

Constants

TYPE_STR

ZMQ::Socket::Pull

A socket of type ZMQ::Socket::Pull is used by a pipeline node to receive messages from upstream pipeline nodes. Messages are fair-queued from among all connected upstream nodes. The ZMQ::Socket#send function is not implemented for this socket type.

Deprecated alias: ZMQ_UPSTREAM.

Summary of ZMQ::Socket::Pull characteristics

Compatible peer sockets

ZMQ::Socket::Push

Direction

Unidirectional

Send/receive pattern

Receive only

Incoming routing strategy

Fair-queued

Outgoing routing strategy

N/A

ZMQ::Socket#hwm option action

N/A

Public Instance Methods

type() click to toggle source
# File lib/zmq/socket/pull.rb, line 23
def type
  ZMQ::PULL
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.