Skip to main content

Module workers

Module workers 

Source

Structs§

CeremonyWorkClaimFailure
Failure to inspect or claim one ceremony while its sibling claims survive.
CeremonyWorkClaimsPage
Claims and per-ceremony failures from one keyset discovery page.
CeremonyWorkerBatchOutcome
Results drained by one bounded scheduling pass.
CeremonyWorkerDriver
Bounded host loop that drains every admitted chunk before observing stop.
CeremonyWorkerHost
Reference host pass: page ceremonies, claim through application, then drain work.
CeremonyWorkerHostOutcome
One discovery page with claim failures and the drained worker batch.
CeremonyWorkerItemFailure
Failure of one accepted worker item without discarding sibling outcomes.
CeremonyWorkerPolicy
Bounded host policy; Corte 5 ola 1 deliberately keeps accepted leases fixed.
CeremonyWorkerStopToken
Cooperative stop shared by a host and its recoverable worker driver.
ClaimCeremonyWorkInput
One bounded discovery and claim request for the reference worker host.
ClaimCeremonyWorkUseCase
Discovers ceremonies in keyset order and claims at most one external step per ceremony.
CompleteExecutionReceiptInput
A current claim asking to consume one persisted terminal receipt.
CompleteExecutionReceiptUseCase
Consume a persisted receipt and its result in one fenced ceremony append.
ExecuteCeremonyOperationInput
One accepted claim and the semantic handler input it may execute.
ExecuteCeremonyOperationUseCase
Persist intent, execute or recover once, then persist an immutable receipt.
ExecutionRecoveryItem
One operation root whose receipt link is not yet present in its ceremony.
ExecutionRecoveryItemsPage
One bounded recovery page after applied receipt links are filtered out.
GetExecutionReceiptUseCase
Read one immutable execution receipt by its stable operation identity.
InspectExecutionRecoveryUseCase
Page operation roots and retain every one without an applied receipt link.
RecoverExecutionIntentUseCase
Recover one persisted intent without relying on process-local request state.
RecoverableCeremonyWorker
Runs an accepted claim through receipt persistence and fenced completion.

Enums§

ExecuteCeremonyOperationOutcome
Result of a fresh worker attempt after its intent is durable.
RecoverExecutionIntentOutcome
Result of settling one durable intent after process restart.
RecoverableCeremonyWorkerOutcome
Terminal outcome of one recoverable worker unit.

Traits§

CeremonyDeadlineEnforcementPort
Enforces absolute deadlines and returns the claim still current afterwards.
ExecutionRecoveryInspectorPort
Pages operations whose durable receipt has not yet been linked.
RecoverableCeremonyWorkerPort
One accepted or recovered unit that a bounded host may schedule.