Interface IControlTransferringCompletionResult

All Superinterfaces:
IBaseCompletionResult, ISuccessResultData, Serializable
All Known Implementing Classes:
NodeTransferredControlException

public interface IControlTransferringCompletionResult extends ISuccessResultData
Represents the result of INodeHandler#execute when the node was completed abruptly by issuing a local control transfer statement (e.g. a break or continue statement).
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getTargetNode

      @Nullable NodeKey getTargetNode()
      Returns:
      Optional node key of the node which is targeted by the control transfer. When null , the closest node is targeted.
    • getControlTransferType

      String getControlTransferType()
      Returns:
      The type of control transfer, see EStandardControlTransferType for a list of built-in transfer types.