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

Support coroutines suspending in @HttpExchange interface

Open wonwoo opened this issue 3 years ago • 0 comments

Usage example:

interface SuspendService {

	@GetExchange
	suspend fun execute()

}

wonwoo avatar May 23 '22 04:05 wonwoo