public interface Continuation extends Serializable
Block.
To maintain backward compatibility with serialized Continuation objects, it is preferable
to avoid anonymous single-method classes that implement Continuation. See ContinuationGroup
for how to do this.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Continuation.Halt
Singleton implementation that maintains the singleton-ness across serialization
|
| Modifier and Type | Field and Description |
|---|---|
static Continuation |
HALT
Indicates the end of a program.
|
| Modifier and Type | Method and Description |
|---|---|
Next |
receive(Object o) |
static final Continuation HALT
Copyright © 2011–2019. All rights reserved.