Package io.deephaven.client.impl
Interface FlightSubcomponent
- All Superinterfaces:
FlightSessionFactory
@Subcomponent(modules={SessionImplModule.class,FlightSessionModule.class})
public interface FlightSubcomponent
extends FlightSessionFactory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ManagedChannelTheManagedChannelassociated withthisfactory.Creates a newFlightSession.
-
Method Details
-
newFlightSession
FlightSession newFlightSession()Description copied from interface:FlightSessionFactoryCreates a newFlightSession. Closing the session does not close theFlightSessionFactory.managedChannel().- Specified by:
newFlightSessionin interfaceFlightSessionFactory- Returns:
- the new flight session
-
managedChannel
io.grpc.ManagedChannel managedChannel()Description copied from interface:FlightSessionFactoryTheManagedChannelassociated withthisfactory. UseManagedChannel.shutdown()whenthisfactory and sessions are no longer needed.- Specified by:
managedChannelin interfaceFlightSessionFactory- Returns:
- the managed channel
-