Class FlowConfigurator
-
- All Implemented Interfaces:
public final class FlowConfigurator
-
-
Field Summary
Fields Modifier and Type Field Description private final FlowConfig
flowConfig
-
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 FlowConfig
getFlowConfig()
final Unit
applyFlowConfiguration(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)
-
-
-
-