Package io.mats3.spring.jms.factories
Interface ScenarioConnectionFactoryWrapper.ConnectionFactoryProvider
-
- 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.ConnectionFactoryProviderA ConnectionFactory provider which can throw Exceptions - if it returns aConnectionFactoryWithStartStopWrapper, start() and stop() will be invoked on that, read more on its JavaDoc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.ConnectionFactoryget(org.springframework.core.env.Environment springEnvironment)
-