@PublicEvolving public static interface ProcessingTimeService.ProcessingTimeCallback
ProcessingTimeService.registerTimer(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, InterruptedException, Exception
time
- The time this callback was registered for.IOException
InterruptedException
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.