public static class MockProcessorContext.CapturedPunctuator
extends java.lang.Object
MockProcessorContext.CapturedPunctuator
holds captured punctuators, along with their scheduling information.Modifier and Type | Method | 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()