Class JettyPluginOptions

java.lang.Object
com.google.genkit.plugins.jetty.JettyPluginOptions

public class JettyPluginOptions extends Object
Options for configuring the Jetty plugin.
  • Method Details

    • builder

      public static JettyPluginOptions.Builder builder()
      Creates a new builder.
      Returns:
      a new builder
    • getPort

      public int getPort()
      Gets the HTTP port.
      Returns:
      the port
    • getHost

      public String getHost()
      Gets the host to bind to.
      Returns:
      the host
    • getBasePath

      public String getBasePath()
      Gets the base path for flow endpoints.
      Returns:
      the base path