Kenet

abstract class Kenet

Functions

c
Link copied to clipboard
inline fun <P : Any, R : Any> c(): ReadOnlyProperty<Kenet, Call<P, R>>
fun <T : Kenet> c(sub: T): ReadOnlyProperty<Kenet, T>

Properties

_client
Link copied to clipboard
var _client: KenetClient? = null
_endpoints
Link copied to clipboard
val _endpoints: MutableList<Endpoint>
_name
Link copied to clipboard
var _name: String
_parent
Link copied to clipboard
var _parent: Kenet? = null