接口 JmsListenerConfigurer

  • 函数接口:
    这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

    @FunctionalInterface
    public interface JmsListenerConfigurer
    Optional interface to be implemented by a Spring managed bean willing to customize how JMS listener endpoints are configured. Typically used to define the default JmsListenerContainerFactory to use or for registering JMS endpoints in a programmatic fashion as opposed to the declarative approach of using the @JmsListener annotation.

    See @EnableJms for detailed usage examples.

    从以下版本开始:
    4.1
    作者:
    Stephane Nicoll
    另请参阅:
    EnableJms, JmsListenerEndpointRegistrar