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