public class ServiceRegistryImpl
extends Object
implements com.lightbend.lagom.internal.registry.ServiceRegistry
Constructor and Description |
---|
ServiceRegistryImpl(akka.actor.ActorRef registry) |
Modifier and Type | Method and Description |
---|---|
ServiceCall<akka.NotUsed,java.net.URI> |
lookup(String name) |
ServiceCall<com.lightbend.lagom.internal.registry.ServiceRegistryService,akka.NotUsed> |
register(String name) |
ServiceCall<akka.NotUsed,org.pcollections.PSequence<com.lightbend.lagom.internal.registry.RegisteredService>> |
registeredServices() |
ServiceCall<akka.NotUsed,akka.NotUsed> |
unregister(String name) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call, call, call, named, namedCall, namedCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, pathCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall, restCall
@Inject public ServiceRegistryImpl(@Named(value="serviceRegistryActor") akka.actor.ActorRef registry)
public ServiceCall<com.lightbend.lagom.internal.registry.ServiceRegistryService,akka.NotUsed> register(String name)
register
in interface com.lightbend.lagom.internal.registry.ServiceRegistry
public ServiceCall<akka.NotUsed,akka.NotUsed> unregister(String name)
unregister
in interface com.lightbend.lagom.internal.registry.ServiceRegistry
public ServiceCall<akka.NotUsed,java.net.URI> lookup(String name)
lookup
in interface com.lightbend.lagom.internal.registry.ServiceRegistry
public ServiceCall<akka.NotUsed,org.pcollections.PSequence<com.lightbend.lagom.internal.registry.RegisteredService>> registeredServices()
registeredServices
in interface com.lightbend.lagom.internal.registry.ServiceRegistry