Class InboundListenerConfigurer

java.lang.Object
me.ehp246.aufjms.core.endpoint.InboundListenerConfigurer
All Implemented Interfaces:
org.springframework.jms.annotation.JmsListenerConfigurer

public final class InboundListenerConfigurer
extends java.lang.Object
implements org.springframework.jms.annotation.JmsListenerConfigurer
JmsListenerConfigurer used to register InboundEndpoint's at run-time.
Since:
1.0
Author:
Lei Yang
  • Constructor Summary

    Constructors
    Constructor Description
    InboundListenerConfigurer​(javax.jms.ConnectionFactory connectionFactory, java.util.Set<InboundEndpoint> endpoints, ExecutorProvider executorProvider, ExecutableBinder binder, PropertyResolver propertyResolver)  
  • Method Summary

    Modifier and Type Method Description
    void configureJmsListeners​(org.springframework.jms.config.JmsListenerEndpointRegistrar registrar)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • configureJmsListeners

      public void configureJmsListeners​(org.springframework.jms.config.JmsListenerEndpointRegistrar registrar)
      Specified by:
      configureJmsListeners in interface org.springframework.jms.annotation.JmsListenerConfigurer