Interface Punctuator
-
public interface Punctuator
A functional interface used as an argument toProcessorContext.schedule(Duration, PunctuationType, Punctuator)
.- See Also:
Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
punctuate(long timestamp)
Perform the scheduled periodic operation.
-
-
-
Method Detail
-
punctuate
void punctuate(long timestamp)
Perform the scheduled periodic operation.- Parameters:
timestamp
- when the operation is being called, depending onPunctuationType
-
-