Package io.zenoh.scouting
Class Hello
-
-
Method Summary
Modifier and Type Method Description final WhatAmI
getWhatAmI()
WhatAmI configuration: it indicates the role of the zenoh node sending the HELLO message. final ZenohId
getZid()
ZenohId of the node sending the hello message. final List<String>
getLocators()
The locators of this hello message. -
-
Method Detail
-
getWhatAmI
final WhatAmI getWhatAmI()
WhatAmI configuration: it indicates the role of the zenoh node sending the HELLO message.
-
getLocators
final List<String> getLocators()
The locators of this hello message.
-
-
-
-