public static class MockProcessorContext.CapturedPunctuator extends Object
MockProcessorContext.CapturedPunctuator holds captured punctuators, along with their scheduling information.| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
boolean |
cancelled() |
long |
getIntervalMs() |
Punctuator |
getPunctuator() |
PunctuationType |
getType() |
public long getIntervalMs()
public PunctuationType getType()
public Punctuator getPunctuator()
public void cancel()
public boolean cancelled()