Package io.zenoh.query
Class Reply
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Reply.Success
A Success reply.
public final class
Reply.Error
An Error reply.
-
Method Summary
Modifier and Type Method Description final ZenohId
getReplierId()
: unique ID identifying the replier. -
-
Method Detail
-
getReplierId
final ZenohId getReplierId()
: unique ID identifying the replier.
-
-
-
-