Package me.ehp246.aufjms.core.endpoint
Class InboundEndpointConfigurer
java.lang.Object
me.ehp246.aufjms.core.endpoint.InboundEndpointConfigurer
- All Implemented Interfaces:
org.springframework.jms.annotation.JmsListenerConfigurer
public final class InboundEndpointConfigurer
extends Object
implements org.springframework.jms.annotation.JmsListenerConfigurer
JmsListenerConfigurer used to register
InboundEndpoint's at run-time.- Since:
- 1.0
- Author:
- Lei Yang
-
Constructor Summary
ConstructorsConstructorDescriptionInboundEndpointConfigurer(ConnectionFactoryProvider cfProvider, Set<InboundEndpoint> endpoints, ExecutorProvider executorProvider, ExecutableBinder binder, JmsDispatchFnProvider dispathFnProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureJmsListeners(org.springframework.jms.config.JmsListenerEndpointRegistrar registrar)
-
Constructor Details
-
InboundEndpointConfigurer
public InboundEndpointConfigurer(ConnectionFactoryProvider cfProvider, Set<InboundEndpoint> endpoints, ExecutorProvider executorProvider, ExecutableBinder binder, JmsDispatchFnProvider dispathFnProvider)
-
-
Method Details
-
configureJmsListeners
public void configureJmsListeners(org.springframework.jms.config.JmsListenerEndpointRegistrar registrar) - Specified by:
configureJmsListenersin interfaceorg.springframework.jms.annotation.JmsListenerConfigurer
-