Class GatewayMethodMetadata

java.lang.Object
org.springframework.integration.gateway.GatewayMethodMetadata

public class GatewayMethodMetadata
extends Object
Represents the metadata associated with a Gateway method. This is most useful when there are multiple methods per Gateway interface.

The sub-element of a <gateway> element would look like this: <method name="echo" request-channel="inputA" reply-timeout="2" request-timeout="200"/>

Since:
2.0
Author:
Oleg Zhurakousky, Gary Russell, Artem Bilan