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