# Packages
No description provided by the author
# Functions
New creates a new controller that can be configured using the cfg parameter.
NewConcurrent creates a new controller that will process the received events concurrently.
NewSequential creates a new controller that will process the received events sequentially.
# Interfaces
Controller is the object that will implement the different kinds of controllers that will be running on the application.