Skip to main content

Module handler

Module handler 

Source
Expand description

Trait for handling actor management commands in test nodes.

Adapters (e.g. ractor, kameo) implement CommandHandler so that a TestNode can spawn, tell, ask, and stop actors through the gRPC control channel without depending on a specific runtime.

Traitsยง

CommandHandler
Handler for actor management commands dispatched by the test node gRPC server.