类 FlowBuilder.UnterminatedFlowBuilder<Q>

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      FlowBuilder.TransitionBuilder<Q>on​(java.lang.String pattern)
      Start a transition to a new state if the exit status from the previous state matches the pattern given.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • on

        public FlowBuilder.TransitionBuilder<Qon​(java.lang.String pattern)
        Start a transition to a new state if the exit status from the previous state matches the pattern given. Successful completion normally results in an exit status equal to (or starting with by convention) "COMPLETED". See ExitStatus for commonly used values.
        参数:
        pattern - the pattern of exit status on which to take this transition
        返回:
        a TransitionBuilder