Packages

object ServiceDiscovery

Source
ServiceDiscovery.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceDiscovery
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. final class Resolved extends DeadLetterSuppression with NoSerializationVerificationNeeded

    Result of a successful resolve request

  3. final class ResolvedTarget extends NoSerializationVerificationNeeded

    Resolved target host, with optional port and the IP address.

Value Members

  1. object Resolved
  2. object ResolvedTarget