Class ExchangeMarshallerModule

java.lang.Object
io.deephaven.server.arrow.ExchangeMarshallerModule

@Module public class ExchangeMarshallerModule extends Object
A dagger module that provides exchange marshallers and handlers for use by the ArrowFlightUtil DoExchangeMarshaller, loaded using a ServiceLoader constructed with the injected Scheduler, SessionService.ErrorTransformer and BarrageMessageWriter.Factory parameters.

Note, the user of the ExchangeMarshaller set must sort the marshallers according to priority. The set cannot be sorted at our injection point, because there may be multiple @ElementsIntoSet injectors.

  • Constructor Details

    • ExchangeMarshallerModule

      public ExchangeMarshallerModule()
  • Method Details