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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.jms.config.MethodJmsListenerEndpoint has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetBean(@Nullable Object bean)
Set the actual bean instance to invoke this endpoint method on.
voidsetBeanFactory(@Nullable BeanFactory beanFactory)
Set the BeanFactory to use to resolve expressions (may be null ).
voidsetConcurrency(@Nullable String concurrency)
Set a concurrency for the listener, if any.
voidsetDestination(@Nullable String destination)
Set the name of the destination for this endpoint.
voidsetEmbeddedValueResolver(@Nullable StringValueResolver embeddedValueResolver)
Set a value resolver for embedded placeholders and expressions.
voidsetId(String id)
voidsetMessageHandlerMethodFactory(MessageHandlerMethodFactory messageHandlerMethodFactory)
Set the MessageHandlerMethodFactory to use to build the InvocableHandlerMethod responsible to manage the invocation of this endpoint.
voidsetMethod(@Nullable Method method)
Set the method to invoke for processing a message managed by this endpoint.
voidsetMostSpecificMethod(@Nullable Method mostSpecificMethod)
Set the most specific method known for this endpoint's declaration.
voidsetSelector(@Nullable String selector)
Set the JMS message selector expression.
voidsetSubscription(@Nullable String subscription)
Set the name for the durable subscription.