Package io.deephaven.server.arrow
Interface ExchangeMarshallerModule.Factory
- All Known Implementing Classes:
HierarchicalTableViewExchangeMarshaller.Factory
,TableExchangeMarshaller.Factory
- Enclosing class:
- ExchangeMarshallerModule
public static interface ExchangeMarshallerModule.Factory
To add an additional
ExchangeMarshaller
, implement this Factory and add it as a service.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Scheduler scheduler, SessionService.ErrorTransformer errorTransformer, BarrageMessageWriter.Factory streamGeneratorFactory)
-
Method Details
-
create
ExchangeMarshaller create(Scheduler scheduler, SessionService.ErrorTransformer errorTransformer, BarrageMessageWriter.Factory streamGeneratorFactory)
-