Interface Punctuator


public interface Punctuator
A functional interface used as an argument to ProcessorContext.schedule(Duration, PunctuationType, Punctuator).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    punctuate(long timestamp)
    Perform the scheduled periodic operation.