Uses of Class
org.bardframework.flow.FlowHandlerChain.PostProcessorExecutionStrategy
-
Packages that use FlowHandlerChain.PostProcessorExecutionStrategy Package Description org.bardframework.flow -
-
Uses of FlowHandlerChain.PostProcessorExecutionStrategy in org.bardframework.flow
Methods in org.bardframework.flow that return FlowHandlerChain.PostProcessorExecutionStrategy Modifier and Type Method Description FlowHandlerChain.PostProcessorExecutionStrategyFlowHandlerChain. getPostProcessorExecutionStrategy()static FlowHandlerChain.PostProcessorExecutionStrategyFlowHandlerChain.PostProcessorExecutionStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowHandlerChain.PostProcessorExecutionStrategy[]FlowHandlerChain.PostProcessorExecutionStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bardframework.flow with parameters of type FlowHandlerChain.PostProcessorExecutionStrategy Constructor Description FlowHandlerChain(List<FlowHandlerAbstract<FlowData>> flowHandlers, FlowHandlerChain.PreProcessorExecutionStrategy preProcessorExecutionStrategy, FlowHandlerChain.PostProcessorExecutionStrategy postProcessorExecutionStrategy)
-