Interface ServerConfig
-
public interface ServerConfigNessie server configuration to be injected into the JAX-RS application.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_ACCESS_CHECK_BATCH_SIZE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intaccessChecksBatchSize()java.lang.StringgetDefaultBranch()Gets the branch to use if not provided by the user.booleansendStacktraceToClient()Returnstrueif server stack trace should be sent to the client in case of error.
-
-
-
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()
Returnstrueif server stack trace should be sent to the client in case of error.- Returns:
trueif the server should send the stack trace to the client.
-
accessChecksBatchSize
default int accessChecksBatchSize()
-
-