Class InboundListenerConfigurer

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

public final class InboundListenerConfigurer
extends java.lang.Object
implements org.springframework.jms.annotation.JmsListenerConfigurer, java.lang.AutoCloseable
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 close()  
    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

    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
    • configureJmsListeners

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