KVService Manager Js
Functions
bind
Link copied to clipboard
inline fun <PAR1 : Any, PAR2 : Any> bind(noinline function: suspend T.(<ERROR CLASS><PAR1>, <ERROR CLASS><PAR2>) -> Unit, route: String?)
Content copied to clipboard
Binds a given web socket connetion with a function of the receiver.
inline fun <RET> bind(noinline function: suspend T.() -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR, RET> bind(noinline function: suspend T.(PAR) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR1, PAR2, RET> bind(noinline function: suspend T.(PAR1, PAR2) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR1, PAR2, PAR3, RET> bind(noinline function: suspend T.(PAR1, PAR2, PAR3) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR1, PAR2, PAR3, PAR4, RET> bind(noinline function: suspend T.(PAR1, PAR2, PAR3, PAR4) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR1, PAR2, PAR3, PAR4, PAR5, RET> bind(noinline function: suspend T.(PAR1, PAR2, PAR3, PAR4, PAR5) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
inline fun <PAR1, PAR2, PAR3, PAR4, PAR5, PAR6, RET> bind(noinline function: suspend T.(PAR1, PAR2, PAR3, PAR4, PAR5, PAR6) -> RET, method: <ERROR CLASS>, route: String?)
Content copied to clipboard
Binds a given route with a function of the receiver.
bind Tabulator Remote
Link copied to clipboard