Package io.zenoh
Class Config
-
- All Implemented Interfaces:
public final class Config
Config class to set the Zenoh configuration to be used through a io.zenoh.Session.
The configuration can be specified in two different ways:
By providing a file or a path to a file with the configuration
By providing a raw string configuration.
Either way, the supported formats are
yaml
,json
andjson5
.A default configuration can be loaded using Config.loadDefault.
Visit the default configuration for more information on the Zenoh config parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Config.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Config.Companion
Companion
-