object ServiceDiscovery
- Source
- ServiceDiscovery.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceDiscovery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class DiscoveryTimeoutException extends RuntimeException
Future returned by resolve(name, timeout) should be failed with this exception if the underlying mechanism was unable to resolve the name within the given timeout.
Future returned by resolve(name, timeout) should be failed with this exception if the underlying mechanism was unable to resolve the name within the given timeout.
It is up to each implementation to implement timeouts.
- final class Resolved extends DeadLetterSuppression with NoSerializationVerificationNeeded
Result of a successful resolve request
- final class ResolvedTarget extends NoSerializationVerificationNeeded
Resolved target host, with optional port and the IP address.
Value Members
- object Resolved
- object ResolvedTarget