public interface IKdbRawDataConsumer
Interface to specify support for an object to consume standard kdb
objects as they come off the wire (in Object
form
KdbConsumer
Modifier and Type | Method and Description |
---|---|
void |
consume(Object kdbObject)
Consumes the specified kdb object to perform some action on the received data.
|
void consume(Object kdbObject) throws DataConsumerException
kdbObject
- The kdb object to consumeDataConsumerException
Copyright © 2017. All rights reserved.