Class: Celluloid::ZMQ::Socket::Push

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

Overview

PushSockets are the counterpart of PullSockets (PUSH/PULL)

Instance Attribute Summary

Attributes inherited from Celluloid::ZMQ::Socket

#linger

Instance Method Summary collapse

Methods included from Writable

#write, #write_to

Methods inherited from Celluloid::ZMQ::Socket

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

Constructor Details

#initializePush

Returns a new instance of Push.



48
49
50
# File 'lib/celluloid/zmq/socket/types.rb', line 48

def initialize
  super :push
end