Structs§
- Binding
- Binding represents the relationship between a routing key, a service key, and a host.
- Register
Request - RegisterRequest captures the request to register a host for the given bindings.
- Register
Response - RegisterResponse indicates the registration request succeeded.
- Resolve
Request - ResolveRequest requests a set of hosts for a given routing key.
- Resolve
Response - ResolveResponse lists a set of hosts in response to a ResolveRequest.
- Routing
Conf - Service
Discovery Client - A typed RPC client.
- Service
Discovery Server - A typed RPC server.
- Unregister
Request - UnregisterRequest captures the request to unbind a host from all bindings in service discovery.
- Unregister
Response - UnregisterResponse indicates the request has been enqueued and will take effect shortly.
Traits§
- Service
Discovery - A typed RPC service.