exchangeStore
Description
Adds the current state of HTTP requests and responses to an "exchange store".
Can be used in
spring:beans, api, bean, if, interceptor, internalProxy, proxy, registration, request, response, serviceProxy, soapProxy, stompProxy, swaggerProxy, transport and wsStompReassembler
Syntax
<exchangeStore name="string" />
Listing 1: exchangeStore Syntax
Sample
<beans> <transport coreThreadPoolSize="20"> <ruleMatching /> <dispatching /> <userFeature /> <exchangeStore name="forgetfulExchangeStore" /> <httpClient /> </transport> </beans>
Listing 2: exchangeStore Example
Attributes
Name | Required | Default | Description | Example |
---|---|---|---|---|
name | false | - | Bean name of the exchange store defined as a spring bean. | forgetfulExchangeStore |