Interface Cancellable
public interface Cancellable
Cancellable interface returned in
ProcessingContext.schedule(Duration, PunctuationType, Punctuator).- See Also:
Method Summary
Method Details
cancel
void cancel()Cancel the scheduled operation to avoid future calls.