UNPKG

arvo-event-handler

Version:

A complete set of orthogonal event handler and orchestration primitives for Arvo based applications, featuring declarative state machines (XState), imperative resumables for agentic workflows, contract-based routing, OpenTelemetry observability, and in-me

8 lines (7 loc) 307 B
export declare const ArvoOrchestrationHandlerMap: { readonly orchestrator: "ArvoOrchestrator"; readonly resumable: "ArvoResumable"; readonly machine: "ArvoMachine"; readonly handler: "ArvoEventHandler"; }; export type ArvoOrchestrationHandlerType = keyof typeof ArvoOrchestrationHandlerMap;