Adapter
A software component or pattern that enables incompatible systems, interfaces, or protocols to work together by translating requests, responses, or data formats.
Explore more about Interoperability Patterns
Related terms
A software component that enables communication and data exchange between different systems, services, applications, or external resources.
BridgeAn interoperability pattern that connects incompatible systems by translating or forwarding communication between their interfaces or protocols.
TranslatorA pattern that converts data formats, protocols, or schemas between incompatible systems to enable seamless communication.
ProxyAn intermediary service that receives requests, forwards them to appropriate target systems, and returns the response.
Integration AdapterA software component that translates data formats, protocols, or interfaces between an AI application and an external system, enabling interoperability without requiring changes to either side of the integration.