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.
-
Field Summary
Fields Modifier and Type Field Description private final EntityGlobalId
replierId
-
Method Summary
Modifier and Type Method Description final EntityGlobalId
getReplierId()
: unique global ID identifying the replier. -
-
Method Detail
-
getReplierId
final EntityGlobalId getReplierId()
: unique global ID identifying the replier.
-
-
-
-