Open huberchrigu opened 2 months ago
I added the following reactive and coroutine support:
CoroutineRepresentationModelAssembler
SimpleCoroutineRepresentationModelAssembler
I also documented all Kotlin extensions, including existing ones, and all RepresentationModelAssemblers.
RepresentationModelAssembler
I added the following reactive and coroutine support:
CoroutineRepresentationModelAssembler
andSimpleCoroutineRepresentationModelAssembler
for resource assemblers based on Flow and suspend functionsI also documented all Kotlin extensions, including existing ones, and all
RepresentationModelAssembler
s.