Interface ScenarioConnectionFactoryWrapper.ScenarioDecider

All Known Implementing Classes:
ConfigurableScenarioDecider
Enclosing class:
ScenarioConnectionFactoryWrapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ScenarioConnectionFactoryWrapper.ScenarioDecider
We need a way to decide between the three different MatsScenarios. Check out the ConfigurableScenarioDecider.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    decision(org.springframework.core.env.Environment springEnvironment)
     
  • Method Details

    • decision

      MatsScenario decision(org.springframework.core.env.Environment springEnvironment)