Class

com.lightbend.lagom.discovery.impl

ServiceRegistryModule

Related Doc: package impl

Permalink

class ServiceRegistryModule extends AbstractModule with ServiceGuiceSupport with AkkaGuiceSupport

Source
ServiceRegistryModule.java
Linear Supertypes
AkkaGuiceSupport, ServiceGuiceSupport, ServiceClientGuiceSupport, AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceRegistryModule
  2. AkkaGuiceSupport
  3. ServiceGuiceSupport
  4. ServiceClientGuiceSupport
  5. AbstractModule
  6. Module
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServiceRegistryModule(serviceGatewayConfig: ServiceGatewayConfig, unmanagedServices: Map[String, String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to any2stringadd[ServiceRegistryModule] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ServiceRegistryModule, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to ArrowAssoc[ServiceRegistryModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addError(arg0: Message): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  7. def addError(arg0: Throwable): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  8. def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def bind[T](arg0: Class[T]): AnnotatedBindingBuilder[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  11. def bind[T](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  12. def bind[T](arg0: Key[T]): LinkedBindingBuilder[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  13. def bindActor[T <: Actor](arg0: Class[T], arg1: String): Unit

    Permalink
    Definition Classes
    AkkaGuiceSupport
  14. def bindActor[T <: Actor](arg0: Class[T], arg1: String, arg2: Function[Props, Props]): Unit

    Permalink
    Definition Classes
    AkkaGuiceSupport
  15. def bindActorFactory[T <: Actor](arg0: Class[T], arg1: Class[_]): Unit

    Permalink
    Definition Classes
    AkkaGuiceSupport
  16. def bindClient[T](arg0: Class[T]): Unit

    Permalink
    Definition Classes
    ServiceClientGuiceSupport
  17. def bindConstant(): AnnotatedConstantBindingBuilder

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  18. def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  19. def bindListener(arg0: Matcher[_ >: Binding[_]], arg1: <repeated...>[ProvisionListener]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  20. def bindListener(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeListener): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  21. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  22. def bindService[T <: Service](arg0: Class[T], arg1: T): Unit

    Permalink
    Definition Classes
    ServiceGuiceSupport
  23. def bindService[T <: Service](arg0: Class[T], arg1: Class[_ <: T]): Unit

    Permalink
    Definition Classes
    ServiceGuiceSupport
  24. def bindServiceInfo(arg0: ServiceInfo): Unit

    Permalink
    Definition Classes
    ServiceGuiceSupport → ServiceClientGuiceSupport
  25. def binder(): Binder

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def configure(): Unit

    Permalink
    Attributes
    protected[com.lightbend.lagom.discovery.impl]
    Definition Classes
    ServiceRegistryModule → AbstractModule
  28. final def configure(arg0: Binder): Unit

    Permalink
    Definition Classes
    AbstractModule → Module
  29. def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeConverter): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  30. def currentStage(): Stage

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  31. def ensuring(cond: (ServiceRegistryModule) ⇒ Boolean, msg: ⇒ Any): ServiceRegistryModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to Ensuring[ServiceRegistryModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: (ServiceRegistryModule) ⇒ Boolean): ServiceRegistryModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to Ensuring[ServiceRegistryModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean, msg: ⇒ Any): ServiceRegistryModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to Ensuring[ServiceRegistryModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. def ensuring(cond: Boolean): ServiceRegistryModule

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to Ensuring[ServiceRegistryModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to StringFormat[ServiceRegistryModule] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def getMembersInjector[T](arg0: TypeLiteral[T]): MembersInjector[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  41. def getMembersInjector[T](arg0: Class[T]): MembersInjector[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  42. def getProvider[T](arg0: Class[T]): Provider[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  43. def getProvider[T](arg0: Key[T]): Provider[T]

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  44. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  45. def install(arg0: Module): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def requestInjection(arg0: Any): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  51. def requestStaticInjection(arg0: <repeated...>[Class[_]]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  52. def requireBinding(arg0: Class[_]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  53. def requireBinding(arg0: Key[_]): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  54. def serviceBinding[T](arg0: Class[T], arg1: T): ServiceBinding[T]

    Permalink
    Definition Classes
    ServiceGuiceSupport
  55. def serviceBinding[T](arg0: Class[T], arg1: Class[_ <: T]): ServiceBinding[T]

    Permalink
    Definition Classes
    ServiceGuiceSupport
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def [B](y: B): (ServiceRegistryModule, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ServiceRegistryModule to ArrowAssoc[ServiceRegistryModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def bindServices(arg0: <repeated...>[ServiceBinding[_]]): Unit

    Permalink
    Definition Classes
    ServiceGuiceSupport
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AkkaGuiceSupport

Inherited from ServiceGuiceSupport

Inherited from ServiceClientGuiceSupport

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ServiceRegistryModule to any2stringadd[ServiceRegistryModule]

Inherited by implicit conversion StringFormat from ServiceRegistryModule to StringFormat[ServiceRegistryModule]

Inherited by implicit conversion Ensuring from ServiceRegistryModule to Ensuring[ServiceRegistryModule]

Inherited by implicit conversion ArrowAssoc from ServiceRegistryModule to ArrowAssoc[ServiceRegistryModule]

Ungrouped