CallOptions

data class CallOptions(val waitForReady: Boolean)

The collection of runtime options for a new RPC call.

Constructors

Link copied to clipboard
fun CallOptions(waitForReady: Boolean)

Properties

Link copied to clipboard
val waitForReady: Boolean