Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Jul 28, 2023
1 parent c598746 commit 69ffdf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/de/rieckpil/PostClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.client.WebClient;

/**
* Develop an HTTP client that fetch all posts from the post-service and return them as a list. The
* post-service returns the all posts with pagination. The client should fetch all pages and return
* the result as a list.
*/
@Component
public class PostClient {

Expand Down

0 comments on commit 69ffdf6

Please sign in to comment.