Package io.deephaven.client
Interface SessionImplModule
@Module
public interface SessionImplModule
-
Method Summary
Modifier and TypeMethodDescriptionbindsDeephavenChannelImpl(DeephavenChannelImpl deephavenChannelImpl) io.grpc.ChannelbindsManagedChannel(io.grpc.ManagedChannel managedChannel) static SessionImplsession(DeephavenChannel channel, ScheduledExecutorService scheduler, String authenticationTypeAndValue)
-
Method Details
-
bindsManagedChannel
@Binds io.grpc.Channel bindsManagedChannel(io.grpc.ManagedChannel managedChannel) -
bindsDeephavenChannelImpl
-
session
@Provides static SessionImpl session(DeephavenChannel channel, ScheduledExecutorService scheduler, @Nullable @Named("authenticationTypeAndValue") String authenticationTypeAndValue)
-