Class: Celluloid::ZMQ::Socket::Pull

Inherits:
Celluloid::ZMQ::Socket show all
Includes:
Readable
Defined in:
lib/celluloid/zmq/socket/types.rb

Overview

PullSockets are the counterpart of PushSockets (PUSH/PULL)

Instance Attribute Summary

Attributes inherited from Celluloid::ZMQ::Socket

#linger

Instance Method Summary collapse

Methods included from Readable

#bind, #connect, #read, #read_multipart

Methods inherited from Celluloid::ZMQ::Socket

#bind, #close, #connect, #get, #identity, #identity=, #set

Constructor Details

#initializePull

Returns a new instance of Pull.



57
58
59
# File 'lib/celluloid/zmq/socket/types.rb', line 57

def initialize
  super :pull
end