See: Description
| Interface | Description |
|---|---|
| DiscoveryService |
DiscoveryService defines interface for registering
Discoverable. |
| DiscoveryServiceClient |
Interface for
DiscoveryServiceClient to discover services registered with DiscoveryService. |
| ServiceDiscovered |
Represents the result of service discovery.
|
| ServiceDiscovered.ChangeListener |
Represents a callback for watching changes in the discovery list.
|
| Class | Description |
|---|---|
| Discoverable |
Discoverable defines the attributes of service to be discovered.
|
| InMemoryDiscoveryService |
A simple in memory implementation of
DiscoveryService and DiscoveryServiceClient. |
| ZKDiscoveryService |
Zookeeper implementation of
DiscoveryService and DiscoveryServiceClient. |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.