io.ray.api.runtime.RayRuntimeFactory Maven / Gradle / Ivy
package io.ray.api.runtime;
/** A factory that produces a RayRuntime instance. */
public interface RayRuntimeFactory {
RayRuntime createRayRuntime();
}
package io.ray.api.runtime;
/** A factory that produces a RayRuntime instance. */
public interface RayRuntimeFactory {
RayRuntime createRayRuntime();
}