Package akka.discovery
Class ServiceDiscovery.Resolved$
- java.lang.Object
-
- akka.discovery.ServiceDiscovery.Resolved$
-
- Enclosing class:
- ServiceDiscovery
public static class ServiceDiscovery.Resolved$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ServiceDiscovery.Resolved$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Resolved$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDiscovery.Resolved
apply(java.lang.String serviceName, scala.collection.immutable.Seq<ServiceDiscovery.ResolvedTarget> addresses)
scala.Option<scala.Tuple2<java.lang.String,scala.collection.immutable.Seq<ServiceDiscovery.ResolvedTarget>>>
unapply(ServiceDiscovery.Resolved resolved)
-
-
-
Field Detail
-
MODULE$
public static final ServiceDiscovery.Resolved$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ServiceDiscovery.Resolved apply(java.lang.String serviceName, scala.collection.immutable.Seq<ServiceDiscovery.ResolvedTarget> addresses)
-
unapply
public scala.Option<scala.Tuple2<java.lang.String,scala.collection.immutable.Seq<ServiceDiscovery.ResolvedTarget>>> unapply(ServiceDiscovery.Resolved resolved)
-
-