Uses of Class
org.springframework.integration.gateway.MethodArgsHolder
Package
Description
Root package of the Spring Integration Java DSL.
-
Uses of MethodArgsHolder in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionGatewayProxySpec.header
(String headerName, Function<MethodArgsHolder, ?> valueFunction) Provides custom message header.GatewayProxySpec.payloadFunction
(Function<MethodArgsHolder, ?> defaultPayloadFunction) AFunction
that will be used to generate thepayload
for all methods in the service interface unless explicitly overridden by a method declaration.