Interface Cancellable
-
public interface Cancellable
Cancellable interface returned inProcessorContext.schedule(Duration, PunctuationType, Punctuator)
.- See Also:
Punctuator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancel the scheduled operation to avoid future calls.
-