Module: Junkfood::Ceb::Bus
Overview
Module to implement the bus framework for Ceb.
Notes for implementers:
-
Executors MAY reraise all raised errors
-
This is for problems in the “process” of executing commands,
-
not actual errors in the command’s execution itself.
-
-
Messages SHOULD handle their errors, publishing Error Events when a command fails.
-
Callers of this method SHOULD check the command to see if validation errors occurred.
Defined Under Namespace
Modules: ClassMethods