package impl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class InternalRegistry extends AnyRef

  2. class InternalRouter extends AnyRef
  3. class NoServiceLocator extends ServiceLocator

    An implementation of the service locator that always fails to locate the passed service's name.

  4. class ServiceLocatorServer extends Closeable
  5. final case class ServiceName(name: String) extends AnyVal with Product with Serializable
  6. class ServiceRegistryActor extends Actor
  7. class ServiceRegistryImpl extends ServiceRegistry
  8. case class ServiceRegistryKey(serviceName: ServiceName, portName: Option[String]) extends Product with Serializable
  9. class ServiceRegistryModule extends AbstractModule with ServiceGuiceSupport with AkkaGuiceSupport
  10. final case class ServiceToRegister(uri: URI, serviceRegistryService: ServiceRegistryService) extends Product with Serializable
  11. case class UnmanagedServices(services: Map[String, ServiceRegistryService]) extends Product with Serializable

Ungrouped