「uriVariablesExpression」という名前のプロパティを Map 型の値として設定したい。これは、統合フローでサービス アクティベーターとして実行されます。入力チャネルには、ペイロードに Map タイプの値があるというメッセージが表示されます。SpEL を使用してプロパティを設定するにはどうすればよいですか?
私はすでにそれについての記事を見ました。しかし、それは私にとっては役に立ちませんでした。
<bean id="gitlab-http-outbound-bean"
class="org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler">
<constructor-arg value="http://70.121.224.25/gitlab/api/v3{gitlab.data.type}{gitlab.private.token}" />
<property name="uriVariablesExpression" value="payload"/>
<property name="outputChannel" ref="redca-normalized-channel" />
</bean>