I dont mean supporting async responses (like described here https://cloud.spring.io/spring-cloud-contract/reference/html/project-features.html#contract-dsl-async). I mean situation when after my request I get response synchronously. And after that I want to get some request back from stub. Smth like this:
- request from my service to stub:
POST /subscription {subscription params...}
- synchronous response from stub:
202 Accepted
- after a while request from stub to my service:
POST /subscription-answer {subscription with more params...}
Aucun commentaire:
Enregistrer un commentaire