T - the type of record transported through the corresponding input gatepublic interface RecordAvailabilityListener<T extends IOReadableWritable>
| Modifier and Type | Method and Description |
|---|---|
void |
reportRecordAvailability(InputGate<T> inputGate)
This method is called by an input gate when one of its connected input channels has at least one record available
for reading.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.