Package-level declarations

Types

Link copied to clipboard
class BlockingQueueHandler<T : ZenohType>(queue: <Error class: unknown class><<Error class: unknown class><T>>) : Handler<T, <Error class: unknown class><<Error class: unknown class><T>>>

Blocking queue handler

Link copied to clipboard
fun interface Callback<T : ZenohType>

Runnable callback.

Link copied to clipboard
interface Handler<T : ZenohType, R>

Handler interface for classes implementing behavior to handle the incoming T elements.