| Module | Commands::Dispatchers |
| In: |
commands/dispatcher.rb
commands/dispatchers/simple.rb commands/dispatchers/namespace.rb |
This module contains both the interface and the implementations for the different dispatchers provided.
A dispatcher is an object that can handle user request and perform actions. There is no limit in the amount or nature that a dispatcher can perform.
To create a dispatcher you only need to implement the DispatcherInterface.
Two implementations of the interface are provided: