A C++ template library for embedded applications
MIT licensed
Designed and
maintained by
John Wellbelove
Like the ETL? Become a patron!
or
Join the ETL community

Chain Of Responsibility

This pattern is implemented by the message router framework.
Each message router may have a successor set, which will pass the message on if it is unknown for the current router.