package impl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class InternalRegistry extends AnyRef
- class InternalRouter extends AnyRef
-
class
NoServiceLocator extends ServiceLocator
An implementation of the service locator that always fails to locate the passed service's
name. - class ServiceLocatorServer extends Closeable
- final case class ServiceName(name: String) extends AnyVal with Product with Serializable
- class ServiceRegistryActor extends Actor
- class ServiceRegistryImpl extends ServiceRegistry
- case class ServiceRegistryKey(serviceName: ServiceName, portName: Option[String]) extends Product with Serializable
- class ServiceRegistryModule extends AbstractModule with ServiceGuiceSupport with AkkaGuiceSupport
- final case class ServiceToRegister(uri: URI, serviceRegistryService: ServiceRegistryService) extends Product with Serializable
- case class UnmanagedServices(services: Map[String, ServiceRegistryService]) extends Product with Serializable
Value Members
- object InternalRegistry
- object ServiceRegistryActor
- object UnmanagedServices extends Serializable