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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.jms.ConnectionFactory get​(org.springframework.core.env.Environment springEnvironment)  
    • Method Detail

      • get

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