Interface Sink.ProcessingTimeService.ProcessingTimeCallback
-
- Enclosing interface:
- Sink.ProcessingTimeService
@Deprecated @PublicEvolving public static interface Sink.ProcessingTimeService.ProcessingTimeCallback
Deprecated.Please migrate toSinkand useProcessingTimeService.ProcessingTimeCallback.A callback that can be registered viaSink.ProcessingTimeService.registerProcessingTimer(long, ProcessingTimeCallback).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonProcessingTime(long time)Deprecated.This method is invoked with the time which the callback register for.
-
-
-
Method Detail
-
onProcessingTime
void onProcessingTime(long time) throws IOException, InterruptedExceptionDeprecated.This method is invoked with the time which the callback register for.- Parameters:
time- The time this callback was registered for.- Throws:
IOExceptionInterruptedException
-
-