I have the following HTTP inbound gateway with XML config. How can I create the same with JAVA 8 DSL config in Spring Integration?
<int-http:inbound-gateway id="testGateWay"
supported-methods="GET"
request-channel="testRequestChannel"
reply-channel="testResponseChannel"
path="/services/normalization"
/>