Interface ServerConfig
- All Superinterfaces:
ExceptionConfig
Nessie server configuration to be injected into the JAX-RS application.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault intGets the branch to use if not provided by the user.Methods inherited from interface org.projectnessie.services.config.ExceptionConfig
sendStacktraceToClient
-
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()
-