Class PyActorCreator


public class PyActorCreator extends BaseActorCreator<PyActorCreator>
A helper to create python actor.
  • Constructor Details

  • Method Details

    • remote

      public PyActorHandle remote()
      Create a python actor remotely and return a handle to the created actor.
      Returns:
      a handle to the created python actor.