Module: Hollow::Resource::Stateless

Defined in:
lib/hollow/resource/stateless.rb

Overview

Marks a class as a Hollow::Resource that may be used by Application instances to handle requests. Including this module creates a singleton instance of the class which will service all requests from all Application instances.

See Also: