Package io.deephaven.client
Interface SessionSubcomponent.Builder
- Enclosing interface:
- SessionSubcomponent
@Builder
public static interface SessionSubcomponent.Builder
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationTypeAndValue
(String authenticationTypeAndValue) build()
managedChannel
(io.grpc.ManagedChannel channel) scheduler
(ScheduledExecutorService scheduler)
-
Method Details
-
managedChannel
-
scheduler
-
authenticationTypeAndValue
SessionSubcomponent.Builder authenticationTypeAndValue(@BindsInstance @Nullable @Named("authenticationTypeAndValue") String authenticationTypeAndValue) -
build
SessionSubcomponent build()
-