All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.api.function.CppActorHandle Maven / Gradle / Ivy

There is a newer version: 2.36.0
Show newest version
package io.ray.api;

/** Handle of a Cpp actor. */
public interface CppActorHandle extends BaseActorHandle, CppActorCall {

  /** Returns the name of the Cpp actor class. */
  String getClassName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy