Mediator
An integration pattern that centralizes communication between components to coordinate interactions without requiring direct connections between them.
Explore more about Interoperability Patterns
Related terms
A software component or pattern that enables incompatible systems, interfaces, or protocols to work together by translating requests, responses, or data formats.
Broker PatternAn integration pattern where a broker mediates communication between distributed systems, routing messages and decoupling senders from receivers.
FacadeAn interoperability pattern that provides a simplified, unified interface to a more complex system, service, or collection of components, reducing integration complexity and hiding underlying implementation details.
Protocol TranslationThe process of converting messages and data formats between different communication protocols to allow disparate systems to interact.