Class: Celluloid::ZMQ::PushSocket
- Includes:
- WritableSocket
- Defined in:
- lib/celluloid/zmq/sockets.rb
Overview
PushSockets are the counterpart of PullSockets (PUSH/PULL)
Instance Attribute Summary
Attributes inherited from Socket
Instance Method Summary collapse
-
#initialize ⇒ PushSocket
constructor
A new instance of PushSocket.
Methods included from WritableSocket
Methods inherited from Socket
#bind, #close, #connect, #get, #identity, #identity=, #set
Constructor Details
#initialize ⇒ PushSocket
Returns a new instance of PushSocket.
156 157 158 |
# File 'lib/celluloid/zmq/sockets.rb', line 156 def initialize super :push end |