class CZTop::Socket::RADIO
Group-based pub/sub (vs topic-based). This is the publisher socket. @see github.com/zeromq/libzmq/pull/1727
Public Class Methods
new(endpoints = nil)
click to toggle source
@param endpoints [String] endpoints to connect to
Calls superclass method
CZTop::Socket::new
# File lib/cztop/socket/types.rb, line 301 def initialize(endpoints = nil) super attach_ffi_delegate(Zsock.new_radio(endpoints)) end