Rpc

data class Rpc(val location: Location, val name: String, val documentation: String, requestTypeElement: String, responseTypeElement: String, val requestStreaming: Boolean, val responseStreaming: Boolean, val options: Options)

Constructors

Link copied to clipboard
constructor(location: Location, name: String, documentation: String, requestTypeElement: String, responseTypeElement: String, requestStreaming: Boolean, responseStreaming: Boolean, options: Options)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun link(linker: Linker)
Link copied to clipboard
fun linkOptions(linker: Linker, validate: Boolean)
Link copied to clipboard
fun retainAll(schema: Schema, markSet: MarkSet): Rpc?
Link copied to clipboard
fun validate(linker: Linker)