ReaktoroEndpoints

api.endpoints.flow.ReaktoroEndpoints
class ReaktoroEndpoints(reaktoroService: ReaktoroService[IO])

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
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

Attributes

Source
ReaktoroEndpoints.scala