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ยง
- Command
Handler - Handler for actor management commands dispatched by the test node gRPC server.