Implementing Reactive HATEOAS API with Pagination in WebFlux
I’m trying to implement a reactive HATEOAS API with paging in WebFlux. I’m unsure whether this is feasible without sacrificing the reactive nature of the code.
I’m trying to implement a reactive HATEOAS API with paging in WebFlux. I’m unsure whether this is feasible without sacrificing the reactive nature of the code.