spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Reactive and coroutine support

Open huberchrigu opened this issue 5 months ago • 0 comments

I added the following reactive and coroutine support:

  • linkTo(), withRel() and model.add() Kotlin extensions for the reactive link builder
  • awaitRel() Kotlin extension for the reactive link builder to coroutine link
  • CoroutineRepresentationModelAssembler and SimpleCoroutineRepresentationModelAssembler for resource assemblers based on Flow and suspend functions

I also documented all Kotlin extensions, including existing ones, and all RepresentationModelAssemblers.

huberchrigu avatar Sep 23 '24 19:09 huberchrigu