Module: Baykit::BayServer::Common::Recipient

Included in:
Agent::Multiplexer::JobMultiplexer, Agent::Multiplexer::SpiderMultiplexer
Defined in:
lib/baykit/bayserver/common/recipient.rb

Overview

interface

Instance Method Summary collapse

Instance Method Details

#receive(wait) ⇒ Object

Receive letters

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/baykit/bayserver/common/recipient.rb', line 11

def receive(wait)
  raise NotImplementedError.new
end

#wakeupObject

Wake up the recipient

Raises:

  • (NotImplementedError)


18
19
20
# File 'lib/baykit/bayserver/common/recipient.rb', line 18

def wakeup()
  raise NotImplementedError.new
end