Package io.deephaven.client
Interface SessionSubcomponent
- All Superinterfaces:
io.deephaven.client.impl.SessionFactory
@Subcomponent(modules=SessionImplModule.class)
public interface SessionSubcomponent
extends io.deephaven.client.impl.SessionFactory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ManagedChannelio.deephaven.client.impl.SessionImpl
-
Method Details
-
newSession
io.deephaven.client.impl.SessionImpl newSession()- Specified by:
newSessionin interfaceio.deephaven.client.impl.SessionFactory
-
managedChannel
io.grpc.ManagedChannel managedChannel()- Specified by:
managedChannelin interfaceio.deephaven.client.impl.SessionFactory
-