Java org.springframework.jms.config JmsListenerEndpointRegistrar fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.config JmsListenerEndpointRegistrar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.config JmsListenerEndpointRegistrar.

The text is from its open source code.

Method

voidregisterEndpoint(JmsListenerEndpoint endpoint)
Register a new JmsListenerEndpoint using the default JmsListenerContainerFactory to create the underlying container.
voidsetContainerFactory(JmsListenerContainerFactory containerFactory)
Set the JmsListenerContainerFactory to use in case a JmsListenerEndpoint is registered with a null container factory.
voidsetEndpointRegistry(@Nullable JmsListenerEndpointRegistry endpointRegistry)
Set the JmsListenerEndpointRegistry instance to use.
voidsetMessageHandlerMethodFactory(@Nullable MessageHandlerMethodFactory messageHandlerMethodFactory)
Set the MessageHandlerMethodFactory to use to configure the message listener responsible to serve an endpoint detected by this processor.