Class FlowConfigurator
-
- All Implemented Interfaces:
public final class FlowConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description private final FlowConfigflowConfig
-
Constructor Summary
Constructors Constructor Description FlowConfigurator(ResponseFlowConfiguration responseFlowConfiguration, IncodeWelcome.InternalConfig internalConfig, FlowConfig.Builder flowConfigBuilder)FlowConfigurator(ResponseFlowConfiguration responseFlowConfiguration, IncodeWelcome.InternalConfig internalConfig)
-
Method Summary
Modifier and Type Method Description final FlowConfiggetFlowConfig()final UnitapplyFlowConfiguration(ResponseFlowConfiguration responseFlowConfiguration)-
-
Constructor Detail
-
FlowConfigurator
FlowConfigurator(ResponseFlowConfiguration responseFlowConfiguration, IncodeWelcome.InternalConfig internalConfig, FlowConfig.Builder flowConfigBuilder)
-
FlowConfigurator
FlowConfigurator(ResponseFlowConfiguration responseFlowConfiguration, IncodeWelcome.InternalConfig internalConfig)
-
-
Method Detail
-
getFlowConfig
final FlowConfig getFlowConfig()
-
applyFlowConfiguration
final Unit applyFlowConfiguration(ResponseFlowConfiguration responseFlowConfiguration)
-
-
-
-