RequestResponseOperation

A service operation that returns a response

Properties

Link copied to clipboard
abstract val isAsync: Boolean

Is true if this operation is asynchronous. This could mean that the operation returns a future in Java, or a Promise in JavaScript.

Link copied to clipboard
abstract val name: String
Link copied to clipboard
Link copied to clipboard
abstract val returnType: TypeReference?

The return type of this operation. If null, this operation returns nothing.