public interface IKdbTableConsumer
KdbTable Data Consumer InterfaceInterface to specify support for an object to consume a kdb object, wrapped
in the custom KdbTable format
KdbConsumer| Modifier and Type | Method and Description |
|---|---|
void |
consume(KdbTable table)
Consumes the specified kdb table to perform some action on the received data.
|
void consume(KdbTable table) throws DataConsumerException
table - The table of data received from a kdb processDataConsumerExceptionCopyright © 2017. All rights reserved.