Skip to main content

Endpoint

Type Alias Endpoint 

Source
pub type Endpoint = str;
Expand description

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.