Skip to Content
Jumentix DocsAdaptersAdapters

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

  1. Pick the HTTP adapter that matches your delivery runtime.
  2. Pick the database adapter by data model, operations profile, and available smoke test.
  3. Use realtime when the product needs long-lived messages, streams, or client-to-client communication.
  4. Keep business rules in use cases; adapters only connect the outside world.

Next: HTTP adapters or Database adapters.