Interface ServerConfig

All Superinterfaces:
ExceptionConfig

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

    • DEFAULT_ACCESS_CHECK_BATCH_SIZE

      static final int DEFAULT_ACCESS_CHECK_BATCH_SIZE
      See Also:
  • Method Details

    • getDefaultBranch

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

      default int accessChecksBatchSize()