public class StreamOfContinuations extends java.lang.Object implements ContinuationStrategy
| Constructor and Description |
|---|
StreamOfContinuations(Queue<?> queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContinuation(Continuation c) |
void |
handleContinuation() |
public StreamOfContinuations(Queue<?> queue)
public void addContinuation(Continuation c)
addContinuation in interface ContinuationStrategypublic void handleContinuation()
handleContinuation in interface ContinuationStrategy