Skip to content

The Chain of Responsibility pattern takes a request and flows through a chain of handlers. Each handler checks if it can handle the request according to some business rules. If the handler can’t handle the request it gets passed to the next handler in the chain. The client doesn’t know which handler eventually handles the request.

Notifications You must be signed in to change notification settings

leonvanbokhorst/ChainOfResponsibilityPattern

About

The Chain of Responsibility pattern takes a request and flows through a chain of handlers. Each handler checks if it can handle the request according to some business rules. If the handler can’t handle the request it gets passed to the next handler in the chain. The client doesn’t know which handler eventually handles the request.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages