Skip to main content

Crate imagegen_bridge_runtime

Crate imagegen_bridge_runtime 

Source
Expand description

Provider orchestration and durable runtime state.

Structs§

ConcurrencyLimit
One concurrency pool and its bounded waiting room.
ExecutionContext
Per-call transport context that is not forwarded as generation content.
IdempotencyConfig
Bounds for replay records and abandoned in-flight operations.
ImageJobListFilter
Server-side durable history filters applied before cursor pagination.
ImagegenRuntime
Provider-neutral execution engine shared by CLI, HTTP, and libraries.
MaterializationConfig
Output verification, remote retrieval, and artifact delivery configuration.
OutputFanoutConfig
Bounded output fan-out policy shared by provider adapters.
OutputFanoutProvider
Provider decorator that turns one logical multi-output request into bounded calls.
ProviderReadiness
Redaction-safe readiness result for one provider.
ProviderRegistry
Immutable set of providers used by one runtime instance.
RuntimeConfig
Complete shared runtime policy.
RuntimeQueueSnapshot
Queue counters suitable for bounded operational metrics.
SessionSchemaStatus
Read-only status of the durable session database schema.
SqliteImageJobStore
Durable job state used by the HTTP job manager and history index.
SqliteJobSchemaStatus
Read-only status of the durable job database schema.
SqliteJobStatistics
Redaction-safe aggregate state for the durable job database.
SqliteJobSubmission
Result of atomically submitting a durable job.
SqlitePresetStore
Durable named preset store sharing the configured server state database.
SqliteSessionBindingStore
SQLite-backed provider session bindings.

Enums§

ImageJobVisibility
Visibility constraint applied before durable history pagination.
ProviderReadinessStatus
Ready or safely classified non-ready state.

Functions§

inspect_sqlite_job_schema
Inspects job storage without creating or migrating it.
inspect_sqlite_session_schema
Inspects the session database without creating or migrating it.