Skip to main content

Crate reflow_api_services

Crate reflow_api_services 

Source
Expand description

Reflow API Actors — auto-generated HTTP service integrations.

Contains 88 API service modules with ~6,700 actor templates generated by api-schema-gen codegen. Extracted from reflow_components to avoid bloating build times for crates that don’t need API integrations.

Re-exports§

pub use api::api_registry::get_api_actor_for_template;
pub use api::api_registry::get_api_template_infos;
pub use api::api_registry::ApiTemplateInfo;

Modules§

api
Auto-generated API actor modules.

Structs§

ActorContext
ActorLoad
MemoryState

Enums§

Message

Traits§

Actor
ActorState
ClientBuilderExt
Extension trait so the generated API actors compile cross-target.

Type Aliases§

ActorBehavior
Type-erased actor body. The closure produces a future that resolves to the actor’s port outputs.
ActorPayload
Port