Description

Use a go-between system or a broker process. Put roles in place that act as links or mediators. Use queues for input and output. Use a transaction manager. Use a simple input/output system.

Examples

Have a sports agent be the primary contract negotiator for a player with a team instead of the player negotiating directly.

Use an inbox and an outbox to collect input and output instead of processing each set in real time when it comes in or goes out.

Diagram