api.endpoints.flow
  package api.endpoints.flow
 
Members list
Type members
Classlikes
            case class ComputePropsRequest(reactionId: ReactionId, database: DataBase, amounts: MoleculeAmountList)
           
          Attributes
- Companion
 - object
 - Source
 - ReaktoroEndpoints.scala
 - Supertypes
 - 
               trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
            object ComputePropsRequest
           
          Attributes
- Companion
 - class
 - Source
 - ReaktoroEndpoints.scala
 - Supertypes
 - 
               trait Producttrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
               ComputePropsRequest.type
 
Defines the HTTP routes for interacting with the ReaktoroService.
Defines the HTTP routes for interacting with the ReaktoroService.
This class sets up the routing for the API endpoints that allow clients to compute system properties for chemical reactions. It integrates with the ReaktoroService to perform the computations and handle requests.
Value parameters
- reaktoroService
 - 
               
The service handling system property computations. This should implement the core logic to process reaction properties using the provided inputs.
 
Attributes
- Source
 - ReaktoroEndpoints.scala
 - Supertypes
 - 
               class Objecttrait Matchableclass Any
 
In this article