Package-level declarations

Types

Link copied to clipboard

The kind of consolidation.

Link copied to clipboard

Represents a Zenoh Query in Kotlin.

Link copied to clipboard

A queryable that allows to perform multiple queries on the specified KeyExpr.

Link copied to clipboard

The Queryables that should be targeted by a GET operation.

Link copied to clipboard
data class Reply(val replierId: ZenohId?, val result: Result<Sample>) : ZenohType

Class to represent a Zenoh Reply to a get query and to a remote Query.

Link copied to clipboard
data class ReplyError(val payload: ZBytes?, val encoding: Encoding?) : Throwable

Reply error class.