public interface ContinuationStateStackEventHandler
Modifier and Type | Method and Description |
---|---|
void |
handleStateStackClearance(MessageContext synCtx)
Handles clearance of the continuation state stack.
|
void |
handleStateStackInsertion(MessageContext synCtx,
java.lang.String seqName,
SequenceType seqType)
Handles insertion to the continuation state stack.
|
void |
handleStateStackRemoval(ContinuationState continuationState,
MessageContext synCtx)
Handles removal from the continuation state stack.
|
void handleStateStackInsertion(MessageContext synCtx, java.lang.String seqName, SequenceType seqType)
synCtx
- Message context.seqName
- Sequence name.seqType
- Sequence type.void handleStateStackRemoval(ContinuationState continuationState, MessageContext synCtx)
continuationState
- Continuation state.synCtx
- Message context.void handleStateStackClearance(MessageContext synCtx)
synCtx
- Message context.Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.