|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowExecutionContinuationFactory
A factory for creating different FlowExecutionContinuation
implementations.
| Method Summary | |
|---|---|
FlowExecutionContinuation |
createContinuation(byte[] bytes)
Creates a new flow execution continuation from the provided byte array. |
FlowExecutionContinuation |
createContinuation(FlowExecution flowExecution)
Creates a new flow execution continuation for given flow execution. |
| Method Detail |
|---|
FlowExecutionContinuation createContinuation(FlowExecution flowExecution)
throws ContinuationCreationException
flowExecution - the flow execution
ContinuationCreationException - when the continuation cannot be created
FlowExecutionContinuation createContinuation(byte[] bytes)
throws ContinuationCreationException
bytes - the flow execution byte array
ContinuationCreationException - when the continuation cannot be created
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||