Class SpringPluginOptions

java.lang.Object
com.google.genkit.plugins.spring.SpringPluginOptions

public class SpringPluginOptions extends Object
Options for configuring the Spring Boot plugin.
  • Method Details

    • builder

      public static SpringPluginOptions.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
    • getContextPath

      public String getContextPath()
      Gets the context path for the Spring application.
      Returns:
      the context path