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

10 lines (9 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArvoOrchestrationHandlerMap = void 0; exports.ArvoOrchestrationHandlerMap = { orchestrator: 'ArvoOrchestrator', resumable: 'ArvoResumable', machine: 'ArvoMachine', handler: 'ArvoEventHandler', };