Package io.deephaven.client.impl
Interface FlightSubcomponent
-
- All Superinterfaces:
io.deephaven.client.impl.FlightSessionFactory
@Subcomponent(modules={io.deephaven.client.SessionImplModule.class,FlightSessionModule.class}) public interface FlightSubcomponent extends io.deephaven.client.impl.FlightSessionFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFlightSubcomponent.Builderstatic interfaceFlightSubcomponent.FlightSubcomponentModule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.deephaven.client.impl.FlightSessionnewFlightSession()java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.FlightSession>newFlightSessionFuture()
-
-
-
Method Detail
-
newFlightSession
io.deephaven.client.impl.FlightSession newFlightSession()
- Specified by:
newFlightSessionin interfaceio.deephaven.client.impl.FlightSessionFactory
-
newFlightSessionFuture
java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.FlightSession> newFlightSessionFuture()
- Specified by:
newFlightSessionFuturein interfaceio.deephaven.client.impl.FlightSessionFactory
-
-