Sorry if this is a very general question or if I don't sound like I know what I'm talking about since I am not 100% sure on how to phrase this question.
I am trying to run a Java program whenever there is a change in the response body of a REST request. My questions are:
- Is this possible.
- If it's possible, what's the best way to go about doing this.
Sorry again if this is a stupid question or doesn't make any sense.
CodePudding user response:
