spring-hateoas
spring-hateoas copied to clipboard
Reactive and coroutine support
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
andSimpleCoroutineRepresentationModelAssembler
for resource assemblers based on Flow and suspend functions
I also documented all Kotlin extensions, including existing ones, and all RepresentationModelAssembler
s.