Uses of Interface
org.springframework.jms.listener.SubscriptionNameProvider
Packages that use SubscriptionNameProvider
Package
Description
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
-
Uses of SubscriptionNameProvider in org.springframework.jms.listener.adapter
Classes in org.springframework.jms.listener.adapter that implement SubscriptionNameProviderModifier and TypeClassDescriptionclass
Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.class
AMessageListener
adapter that invokes a configurableInvocableHandlerMethod
.