Crate tower_discover[−][src]
Tower service discovery
Service discovery is the automatic detection of services available to the consumer. These services typically live on other servers and are accessible via the network; however, it is possible to discover services available in other processes or even in process.
Structs
| ServiceList | Static service discovery based on a predetermined list of services. |
| ServiceStream | Dynamic service discovery based on a stream of service changes. |
Enums
| Change | A change in the service set |
Traits
| Discover | Provide a uniform set of services able to satisfy a request. |