Package io.mats3.spring.jms.factories
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.ScenarioDeciderWe need a way to decide between the three differentMatsScenarios. Check out theConfigurableScenarioDecider.- See Also:
ConfigurableScenarioDecider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatsScenariodecision(org.springframework.core.env.Environment springEnvironment)
-
-
-
Method Detail
-
decision
MatsScenario decision(org.springframework.core.env.Environment springEnvironment)
-
-