RequestProcessor

Resolved handler for an invocation. See Endpoint for more details.

Functions

Link copied to clipboard
abstract fun onComplete()
Link copied to clipboard
abstract fun onError(p: Throwable)
Link copied to clipboard
abstract fun onNext(p: T)
Link copied to clipboard
Link copied to clipboard
abstract fun responseContentType(): String
Link copied to clipboard
abstract fun statusCode(): Int
Link copied to clipboard
abstract fun subscribe(p: Flow.Subscriber<in T>)