Package io.zenoh.query
Class QueryableOptions
-
- All Implemented Interfaces:
public final class QueryableOptions
Options for configuring a Queryable.
-
-
Constructor Summary
Constructors Constructor Description QueryableOptions(Boolean complete)
-
Method Summary
Modifier and Type Method Description final Boolean
getComplete()
final Unit
setComplete(Boolean complete)
-
-
Constructor Detail
-
QueryableOptions
QueryableOptions(Boolean complete)
- Parameters:
complete
- The completeness of the information the queryable provides.
-
-
Method Detail
-
getComplete
final Boolean getComplete()
-
setComplete
final Unit setComplete(Boolean complete)
- Parameters:
complete
- The completeness of the information the queryable provides.
-
-
-
-