class CZTop::Socket::REP

Reply socket for the ZeroMQ Request-Reply Pattern. @see rfc.zeromq.org/spec:28

Public Class Methods

new(endpoints = nil) click to toggle source

@param endpoints [String] endpoints to bind to

# File lib/cztop/socket/types.rb, line 83
def initialize(endpoints = nil)
  attach_ffi_delegate(Zsock.new_rep(endpoints))
end