Zenohex.Queryable (Zenohex v0.7.1)

View Source

Interface for managing queryable entities in the Zenoh native layer.

This module provides functions to undeclare a queryable, which stops handling incoming queries and releases associated resources.

Queryables are declared via Zenohex.Session.declare_queryable/4.

Summary

Functions

Undeclares the queryable identified by the given ID.

Types

id()

@type id() :: reference()

Functions

undeclare(id)

@spec undeclare(id()) :: :ok | {:error, reason :: term()}

Undeclares the queryable identified by the given ID.

Stops handling incoming queries and releases associated resources.