Creates a MultiArvoEventHandler instance capable of handling multiple event types across different ArvoContracts.
Remarks
This factory function instantiates a MultiArvoEventHandler, which is designed to process
multiple event types from various ArvoContracts. Unlike the more specialized ArvoEventHandler,
MultiArvoEventHandler offers greater flexibility by not being bound to a specific contract
or event type.
Key features of MultiArvoEventHandler:
Handles multiple event types
Works across different ArvoContracts
Provides a unified interface for diverse event processing
The handler's behavior and resource allocation are determined by the provided configuration
parameters, including execution units and the event processing logic.
Creates a MultiArvoEventHandler instance capable of handling multiple event types across different ArvoContracts.
Remarks
This factory function instantiates a MultiArvoEventHandler, which is designed to process multiple event types from various ArvoContracts. Unlike the more specialized ArvoEventHandler, MultiArvoEventHandler offers greater flexibility by not being bound to a specific contract or event type.
Key features of MultiArvoEventHandler:
The handler's behavior and resource allocation are determined by the provided configuration parameters, including execution units and the event processing logic.
Example
See