Modifier and Type | Method and Description |
---|---|
void |
RecordAggregator.onRecordComplete(RecordAggregator.RecordCompleteListener listener)
Register a callback method to be notified when there is a full aggregated
record available.
|
void |
RecordAggregator.onRecordComplete(RecordAggregator.RecordCompleteListener listener,
Executor executor)
Register a callback method to be notified when there is a full aggregated
record available and invoke the callback using the specified executor.
|
Copyright © 2019. All rights reserved.