chain-of-responsibility-implicit-receiver

Status: IN

The Chain of Responsibility pattern decouples sender from receiver by passing a request along a chain of candidate objects until one handles it; the sender has no knowledge of which object will handle the request (implicit receiver).

Source: entries/2026/06/17/gof-oo-chunk-15.md

Depended on by

JSON