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
1 2 | < exchangeStore name = "string" /> |
Listing 1: exchangeStore Syntax
Sample
1 2 3 4 5 6 7 8 9 10 11 12 | < 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 |