public static interface Sink.ProcessingTimeService.ProcessingTimeCallback
Sink.ProcessingTimeService.registerProcessingTimer(long,
ProcessingTimeCallback)
.Modifier and Type | Method and Description |
---|---|
void |
onProcessingTime(long time)
This method is invoked with the time which the callback register for.
|
void onProcessingTime(long time) throws IOException
time
- The time this callback was registered for.IOException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.