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
    • Method Detail

      • newFlightSession

        io.deephaven.client.impl.FlightSession newFlightSession()
        Specified by:
        newFlightSession in interface io.deephaven.client.impl.FlightSessionFactory
      • newFlightSessionFuture

        java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.FlightSession> newFlightSessionFuture()
        Specified by:
        newFlightSessionFuture in interface io.deephaven.client.impl.FlightSessionFactory