Interface ServerConfig


  • public interface ServerConfig
    Nessie server configuration to be injected into the JAX-RS application.
    • Method Detail

      • getDefaultBranch

        java.lang.String getDefaultBranch()
        Gets the branch to use if not provided by the user.
        Returns:
        the branch to use
      • sendStacktraceToClient

        boolean sendStacktraceToClient()
        Returns true if server stack trace should be sent to the client in case of error.
        Returns:
        true if the server should send the stack trace to the client.