You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
Christopher Bennage edited this page Jan 30, 2015
·
1 revision
Anti-corruption Layer
A term taken from Eric Evans' DDD book.
_A service has an public edge implemented via some form of gateway. If a service wants to talk to another service it talks to the public edge via its gateway. The gateway implementation makes sure incoming events are 'sane' and submitted by an authorized party and calls the shots on whether they are interesting to handle.