|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| FlowExecutionContinuationFactory | A factory for creating different FlowExecutionContinuation implementations. |
| Class Summary | |
|---|---|
| ClientContinuationFlowExecutionRepository | Stores flow execution state client side, requiring no use of server-side state. |
| ContinuationFlowExecutionRepository | Stores one to many flow execution continuations (snapshots) per conversation, where each continuation represents a paused, restorable view-state of a flow execution snapshotted at a point in time. |
| FlowExecutionContinuation | A snapshot of a flow execution that can be restored from and serialized to a byte array. |
| SerializedFlowExecutionContinuation | A continuation implementation that is based on standard Java serialization, created by a
SerializedFlowExecutionContinuationFactory. |
| SerializedFlowExecutionContinuationFactory | A factory that creates new instances of flow execution continuations based on standard Java serialization. |
| Exception Summary | |
|---|---|
| ContinuationCreationException | Thrown when a continuation snapshot could not be taken of flow execution state. |
| ContinuationNotFoundException | Thrown when no flow execution continuation exists within a continuation group with a particular id. |
| ContinuationUnmarshalException | Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution. |
Implementation of continuation-based flow execution repositories.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||