Creates handler instance with specified configuration.
Handler configuration including source and execution parameters
Readonly
executionunitsComputational cost metric for handler operations
Readonly
handlerEvent processing function
Readonly
sourceSource identifier for event routing
Readonly
spanOpenTelemetry configuration
System error schema configuration.
Error events follow format: sys.
Processes an event through configured handler function. Creates telemetry span, validates event destination, executes handler, and manages errors.
Event to process
Telemetry context configuration
Resulting events or error events
MultiArvoEventHandler processes multiple event types without being bound to specific contracts. Manages event execution, telemetry tracking, and error handling for diverse event streams.
Example