@event-driven-platform/operation-handler-resolver
v0.0.4
Published
Resolver contract for mapping Operations to handlers in the event-driven platform Runner.
Readme
@event-driven-platform/operation-handler-resolver
Defines the application integration port Runner uses to resolve the handler for an Operation.
Installation
pnpm add @event-driven-platform/operation-handler-resolverAPI
OperationHandlerResolver resolves the OperationHandler responsible for a concrete Operation. Applications implement this port using their composition mechanism or dependency-injection container.
Architectural boundary
Resolution maps Operations to handlers; it does not execute Operations or own execution policy. Runner remains the only execution engine.
