Call

interface Call

Functions

Link copied to clipboard
abstract fun callTimeout(): Long
abstract fun callTimeout(millis: Long): Call
Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract fun enqueue(callback: MessageSender.Callback?): Boolean
Link copied to clipboard
abstract fun execute(): Status
Link copied to clipboard
abstract fun headers(): Map<String, String>?
Link copied to clipboard
abstract fun isCanceled(): Boolean
Link copied to clipboard
abstract fun isCompleted(): Boolean
Link copied to clipboard
abstract fun noAck(): Call
Link copied to clipboard
abstract fun onComplete(status: Status)
Link copied to clipboard
abstract fun onStart()
Link copied to clipboard
abstract fun request(): MessageRequest
Link copied to clipboard
abstract fun reschedule()

Inheritors

Link copied to clipboard