Interface ServerConfig


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

      • DEFAULT_ACCESS_CHECK_BATCH_SIZE

        static final int DEFAULT_ACCESS_CHECK_BATCH_SIZE
        See Also:
        Constant Field Values
    • 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.
      • accessChecksBatchSize

        default int accessChecksBatchSize()