DO multi-worker example?

Hi, I'm looking for a multi-worker example where say worker_a calls RPC methods running in a DO whose class implementation lives in worker_b.

The example in the rpc docs shows a services binding to a worker (by name).
services = [
  { binding = "COUNTER_SERVICE", service = "counter-service" }
]

Is there an equivalent RPC binding for a DO class using the class_name?
Was this page helpful?