-
Notifications
You must be signed in to change notification settings - Fork 1
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.
leonvanbokhorst/ChainOfResponsibilityPattern
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published