Class: ZMQ::Monitor

Inherits:
Object
  • Object
show all
Defined in:
lib/zmq/monitor.rb

Instance Method Summary collapse

Instance Method Details

#on_accept_failed(addr, err) ⇒ Object



22
23
# File 'lib/zmq/monitor.rb', line 22

def on_accept_failed(addr, err)
end

#on_accepted(addr, fd) ⇒ Object



19
20
# File 'lib/zmq/monitor.rb', line 19

def on_accepted(addr, fd)
end

#on_bind_failed(addr, err) ⇒ Object



16
17
# File 'lib/zmq/monitor.rb', line 16

def on_bind_failed(addr, err)
end

#on_close_failed(addr, err) ⇒ Object



28
29
# File 'lib/zmq/monitor.rb', line 28

def on_close_failed(addr, err)
end

#on_closed(addr, fd) ⇒ Object



25
26
# File 'lib/zmq/monitor.rb', line 25

def on_closed(addr, fd)
end

#on_connect_delayed(addr, err) ⇒ Object



7
8
# File 'lib/zmq/monitor.rb', line 7

def on_connect_delayed(addr, err)
end

#on_connect_retried(addr, interval) ⇒ Object



10
11
# File 'lib/zmq/monitor.rb', line 10

def on_connect_retried(addr, interval)
end

#on_connected(addr, fd) ⇒ Object



4
5
# File 'lib/zmq/monitor.rb', line 4

def on_connected(addr, fd)
end

#on_disconnected(addr, fd) ⇒ Object



31
32
# File 'lib/zmq/monitor.rb', line 31

def on_disconnected(addr, fd)
end

#on_listening(addr, fd) ⇒ Object



13
14
# File 'lib/zmq/monitor.rb', line 13

def on_listening(addr, fd)
end