patterns/chain-of-responsibility/ #48
Replies: 3 comments 3 replies
-
where is the method getPriority? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Which tool do you use to draw Class diagram? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think it will be more efficient if the priority is defined when building the chain of responsibility? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
patterns/chain-of-responsibility/
Intent Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request alo...
https://java-design-patterns.com/patterns/chain-of-responsibility/
Beta Was this translation helpful? Give feedback.
All reactions