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.ConnectionFactoryProvider
A ConnectionFactory provider which can throw Exceptions - if it returns a ConnectionFactoryWithStartStopWrapper, start() and stop() will be invoked on that, read more on its JavaDoc.
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.jms.ConnectionFactory
    get(org.springframework.core.env.Environment springEnvironment)
     
  • Method Details

    • get

      javax.jms.ConnectionFactory get(org.springframework.core.env.Environment springEnvironment) throws Exception
      Throws:
      Exception