Adapters
Adapters are Jumentix’s replaceable edge. They receive protocol, runtime, or database details, translate them into application contracts, and keep the domain free from framework concerns.
How to choose
- Pick the HTTP adapter that matches your delivery runtime.
- Pick the database adapter by data model, operations profile, and available smoke test.
- Use realtime when the product needs long-lived messages, streams, or client-to-client communication.
- Keep business rules in use cases; adapters only connect the outside world.
Next: HTTP adapters or Database adapters.