Package io.deephaven.client.impl
Interface SessionConfig.Builder
- Enclosing class:
- SessionConfig
public static interface SessionConfig.Builder
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationTypeAndValue(String authenticationTypeAndValue) build()closeTimeout(Duration closeTimeout) delegateToBatch(boolean delegateToBatch) executeTimeout(Duration executeTimeout) mixinStacktrace(boolean mixinStacktrace) scheduler(ScheduledExecutorService scheduler)
-
Method Details
-
authenticationTypeAndValue
-
scheduler
-
delegateToBatch
-
mixinStacktrace
-
executeTimeout
-
closeTimeout
-
build
SessionConfig build()
-