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

io.ray.serve.controller.ServeController Maven / Gradle / Ivy

There is a newer version: 2.39.0
Show newest version
package io.ray.serve.controller;

import io.ray.serve.poll.LongPollRequest;

public interface ServeController {
  byte[] getAllEndpoints();

  byte[] listenForChange(LongPollRequest longPollRequest);

  String getRootUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy