Interface Punctuator
-
public interface PunctuatorA 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 voidpunctuate(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
-
-