Interface Punctuator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

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