Uses of Interface
org.springframework.integration.util.CheckedFunction
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of CheckedFunction in org.springframework.integration.jms.dsl
Modifier and TypeMethodDescriptionJmsInboundGatewaySpec.replyToFunction
(CheckedFunction<Message, ?> replyToFunction) Set a function to resolve a 'replyTo' destination from a requestMessage
as a root evaluation object ifMessage.getJMSReplyTo()
is null.