1
私はXML設定で次のHTTP受信ゲートウェイを持っています。 Spring IntegrationでJAVA 8 DSL設定で同じものを作成するにはどうすればいいですか?バージョン1.1
以降でJAVA DSL設定でhttp:inbound-gatewayを作成するにはどうすればよいですか?
<int-http:inbound-gateway id="testGateWay"
supported-methods="GET"
request-channel="testRequestChannel"
reply-channel="testResponseChannel"
path="/services/normalization"
/>