Class EmbeddedPoolConfiguration


  • @Configuration
    @Import({TestPoolConfiguration.class,DefaultPoolConfiguration.class})
    public class EmbeddedPoolConfiguration
    extends java.lang.Object
    The spring configuration which shall be used in any application that will have the spring pool embedded. It provides a pool which will pick up the following beans automatically:

    Dependency injection:

    • TypedStreamFactory: Any additional Stream factory will be automatically plugged into the pool to be used for stream discovery.