-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Oliver Drotbohm opened SPR-5808 and commented
I'm trying to implement ETag based caching with the M3's RestTemplate. Therefore I would like to use the template's default message conversion functionality in case I get a 200 result but rather access an already existing instance on a 304 e.g. Thus it would be cool if I could just subclass HttpMessageConverterExtractor, apply decision logik and trigger cache access or superclass extraction logic.
Affects: 3.0 M3
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement