Uses of Class
org.springframework.integration.gateway.GatewayMethodMetadata
Packages that use GatewayMethodMetadata
Package
Description
Root package of the Spring Integration Java DSL.
Provides classes supporting messaging gateways.
-
Uses of GatewayMethodMetadata in org.springframework.integration.dsl
Fields in org.springframework.integration.dsl declared as GatewayMethodMetadataModifier and TypeFieldDescriptionprotected final GatewayMethodMetadata
GatewayProxySpec.gatewayMethodMetadata
-
Uses of GatewayMethodMetadata in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway that return GatewayMethodMetadataModifier and TypeMethodDescriptionprotected @Nullable GatewayMethodMetadata
GatewayProxyFactoryBean.getGlobalMethodMetadata()
Methods in org.springframework.integration.gateway with parameters of type GatewayMethodMetadataModifier and TypeMethodDescriptionvoid
GatewayProxyFactoryBean.setGlobalMethodMetadata
(GatewayMethodMetadata globalMethodMetadata) Method parameters in org.springframework.integration.gateway with type arguments of type GatewayMethodMetadataModifier and TypeMethodDescriptionvoid
GatewayProxyFactoryBean.setMethodMetadataMap
(Map<String, GatewayMethodMetadata> methodMetadataMap)