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