Skip to content

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

 
 
 

Contributors

Languages