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