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

io.ray.api.runtime.RayRuntimeFactory Maven / Gradle / Ivy

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

/** A factory that produces a RayRuntime instance. */
public interface RayRuntimeFactory {

  RayRuntime createRayRuntime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy