Sha256: 61ecf8499d218d53b3a69e2e431daf57e1dad5d615d0fb61b8a91e58401040f7

Contents?: true

Size: 631 Bytes

Versions: 2

Compression:

Stored size: 631 Bytes

Contents

# The "core" Brown module.  Nothing actually lives here.
module Brown
	#:nodoc:
	# Signals to a running stimulus or worker that it needs to die.
	#
	class StopSignal < Exception; end

	#:nodoc:
	# Signals to a running stimulus or worker that it needs to finish off
	# what it is doing and then terminate.
	#
	class FinishSignal < Exception; end
end

require_relative 'brown/agent'
require_relative 'brown/agent/amqp'
require_relative 'brown/agent/amqp_message'
require_relative 'brown/agent/amqp_publisher'
require_relative 'brown/agent/memo'
require_relative 'brown/agent/stimulus'
require_relative 'brown/agent/stimulus/metrics'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
brown-2.2.2.27.gbc378e8 lib/brown.rb
brown-2.2.2.25.g85ddf08 lib/brown.rb