类的使用
com.codingapi.springboot.flow.content.FlowSession
使用FlowSession的程序包
程序包
说明
-
com.codingapi.springboot.flow.domain中FlowSession的使用
修饰符和类型方法说明FlowNode.errMatcher(FlowSession flowSession) 异常匹配FlowNode.generateTitle(FlowSession flowSession) 生成标题List<? extends IFlowOperator> FlowNode.loadFlowNodeOperator(FlowSession flowSession, FlowOperatorRepository flowOperatorRepository) 加载节点的操作者FlowRelation.trigger(FlowSession flowSession) 触发条件 -
com.codingapi.springboot.flow.error中FlowSession的使用
-
com.codingapi.springboot.flow.generator中FlowSession的使用
-
com.codingapi.springboot.flow.matcher中FlowSession的使用
-
com.codingapi.springboot.flow.trigger中FlowSession的使用