Chain of Responsibility Pattern
A behavioral pattern that passes a request along a chain of handlers, each deciding to process it or pass it to the next handler.
A behavioral pattern that passes a request along a chain of handlers, each deciding to process it or pass it to the next handler.