Class Devserver

java.lang.Object
dev.braintrust.devserver.Devserver

public class Devserver extends Object
Remote Eval Dev Server
  • Method Details

    • builder

      public static Devserver.Builder builder()
    • start

      public void start() throws IOException
      Start the dev server. This method blocks until the server is stopped.
      Throws:
      IOException
    • stop

      public void stop()
      Stop the dev server.
    • host

      public String host()
    • port

      public int port()