Uses of Class
org.springframework.messaging.handler.invocation.InvocableHandlerMethod
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.
Support classes for working with annotated message-handling methods.
Common infrastructure for invoking message handler methods.
-
Uses of InvocableHandlerMethod in org.springframework.jms.listener.adapter
Modifier and TypeMethodDescriptionvoid
MessagingMessageListenerAdapter.setHandlerMethod
(InvocableHandlerMethod handlerMethod) Set theInvocableHandlerMethod
to use to invoke the method processing an incomingMessage
. -
Uses of InvocableHandlerMethod in org.springframework.messaging.handler.annotation.support
Modifier and TypeMethodDescriptionDefaultMessageHandlerMethodFactory.createInvocableHandlerMethod
(Object bean, Method method) MessageHandlerMethodFactory.createInvocableHandlerMethod
(Object bean, Method method) Create theInvocableHandlerMethod
that is able to process the specified method endpoint. -
Uses of InvocableHandlerMethod in org.springframework.messaging.handler.invocation
Modifier and TypeMethodDescriptionprotected InvocableHandlerMethod
AbstractMethodMessageHandler.getExceptionHandlerMethod
(HandlerMethod handlerMethod, Exception exception) Find an@MessageExceptionHandler
method for the given exception.