EntityGlobalId class
A globally-unique identifier for a Zenoh entity (e.g. a queryable, publisher).
Mirrors cpp EntityGlobalId: a zid (the session id) plus an eid
(the entity id, a uint32) that distinguishes multiple entities declared
on the same session. Both fields are load-bearing for identity — two
entities on one session share zid but differ in eid.
- Annotations
-
- @immutable
Constructors
- EntityGlobalId(ZenohId zid, int eid)
-
Creates an EntityGlobalId from a session
zidand an entityeid.const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override