Home > Net >  Event-driven programming in Java wit REST API
Event-driven programming in Java wit REST API

Time:02-10

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:

  1. Is this possible.
  2. 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:

  •  Tags:  
  • Related