Decoupled Architecture
Everything on SkillVeris tagged Decoupled Architecture — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is Event-Driven OOP Design?
Event-driven OOP design is a style where objects communicate by publishing and reacting to events rather than calling each other directly, so a source object f…
What is a Listener Interface?
A listener interface is a contract, usually with one or a small number of methods, that a class implements so it can be registered with an event source and be…
What is the Publish-Subscribe (Pub/Sub) Pattern?
The publish-subscribe (pub/sub) pattern is a messaging model where publishers send messages to a topic without knowing who receives them, and subscribers regis…