Interface ArrowFlightUtil.DoExchangeMarshaller.Handler

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
BarrageSnapshotRequestHandler, BarrageSubscriptionRequestHandler
Enclosing class:
ArrowFlightUtil.DoExchangeMarshaller

public static interface ArrowFlightUtil.DoExchangeMarshaller.Handler extends Closeable
Interface for the individual handlers for the DoExchange.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleMessage(@NotNull io.deephaven.extensions.barrage.util.BarrageProtoUtil.MessageInfo message)
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • handleMessage

      void handleMessage(@NotNull @NotNull io.deephaven.extensions.barrage.util.BarrageProtoUtil.MessageInfo message)