descriptor

abstract fun descriptor(uuid: UUID, binding: RemoteDescriptorBinding<T>.() -> Unit)

Binds the object to the RemoteDescriptor at a given UUID.

Parameters

uuid

the UUID of the RemoteDescriptor to bind to

binding

the RemoteDescriptorBinding set up binding to the RemoteDescriptor

Throws


open fun descriptor(uuidString: String, binding: RemoteDescriptorBinding<T>.() -> Unit)

Binds the object to the RemoteDescriptor at a given UUID.

Parameters

uuidString

the string of the UUID of the RemoteDescriptor to bind to

binding

the RemoteDescriptorBinding set up binding to the RemoteDescriptor

Throws