Uses of Class
org.springframework.messaging.handler.invocation.InvocableHandlerMethod
Packages that use InvocableHandlerMethod
Package
Description
Support classes for working with annotated message-handling methods.
Common infrastructure for invoking message handler methods.
-
Uses of InvocableHandlerMethod in org.springframework.messaging.handler.annotation.support
Methods in org.springframework.messaging.handler.annotation.support that return InvocableHandlerMethodModifier and TypeMethodDescriptionDefaultMessageHandlerMethodFactory.createInvocableHandlerMethod(Object bean, Method method) MessageHandlerMethodFactory.createInvocableHandlerMethod(Object bean, Method method) Create theInvocableHandlerMethodthat is able to process the specified method endpoint. -
Uses of InvocableHandlerMethod in org.springframework.messaging.handler.invocation
Methods in org.springframework.messaging.handler.invocation that return InvocableHandlerMethodModifier and TypeMethodDescriptionprotected InvocableHandlerMethodAbstractMethodMessageHandler.getExceptionHandlerMethod(HandlerMethod handlerMethod, Exception exception) Find an@MessageExceptionHandlermethod for the given exception.