pub type Endpoint = str;
Opaque endpoint identifier the broker hands the daemon’s bind method. Today a plain string (matches ServiceDefinition’s endpoint field shape); will gain structure as the v2 broker baseline grows.
bind
ServiceDefinition