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