Skip to content

Domino REST API flows

Selected Flows in the Domino REST API Architecture

To fully understand Domino REST API, it is helpful to know the main flows, Domino REST API has three of them:

  • Domino REST API Boot
  • Loading of OpenAPI defined routes
  • serving requests on the loaded routes

Domino REST API Boot

Domino REST API Boot

DBVerticle

Loading of OpenAPI defined routes

OpenAPI

Serving requests on the loaded routes

Accepting requests on HTTP

Request get put on the EventBus after successful acceptance.

HTTPRequest

Processing requests from EventBus

Actual database communication happens here:

DBRequest

DBRequest2