Usage example:

interface SuspendService {

    @GetExchange
    suspend fun execute()

}

Comment From: rstoyanchev

This is a duplicate of #29527.