public class ServiceRegistryActor
extends Object
implements akka.actor.Actor
Modifier and Type | Class and Description |
---|---|
static class |
ServiceRegistryActor.Found |
static class |
ServiceRegistryActor.Found$ |
static class |
ServiceRegistryActor.GetRegisteredServices$ |
static class |
ServiceRegistryActor.Lookup |
static class |
ServiceRegistryActor.Lookup$ |
static class |
ServiceRegistryActor.NotFound |
static class |
ServiceRegistryActor.NotFound$ |
static class |
ServiceRegistryActor.Register |
static class |
ServiceRegistryActor.Register$ |
static class |
ServiceRegistryActor.RegisteredServices |
static class |
ServiceRegistryActor.RegisteredServices$ |
static class |
ServiceRegistryActor.Remove |
static class |
ServiceRegistryActor.Remove$ |
static class |
ServiceRegistryActor.Route |
static class |
ServiceRegistryActor.Route$ |
static interface |
ServiceRegistryActor.RouteResult |
Constructor and Description |
---|
ServiceRegistryActor(UnmanagedServices unmanagedServices) |
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<Object,scala.runtime.BoxedUnit> |
receive() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
public ServiceRegistryActor(UnmanagedServices unmanagedServices)