Package-level declarations

Types

Link copied to clipboard

The kind of consolidation.

Link copied to clipboard
interface IntoParameters
Link copied to clipboard

Parameters of the Selector.

Link copied to clipboard

A querier that allows to send queries to a Queryable.

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: <Error class: unknown class><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.

Link copied to clipboard
data class Selector(val keyExpr: KeyExpr, val parameters: Parameters? = null) : AutoCloseable

A selector is the combination of a KeyExpr, which defines the set of keys that are relevant to an operation, and a set of parameters with a few intended uses:

Functions

Link copied to clipboard
fun String.intoSelector(): <Error class: unknown class><Selector>