Class

com.lightbend.lagom.scaladsl.client

LagomClientApplication

Related Doc: package client

Permalink

abstract class LagomClientApplication extends LagomServiceClientComponents with LagomConfigComponent

Convenience for constructing service clients in a non Lagom server application.

It is important to invoke #stop when the application is no longer needed, as this will trigger the shutdown of all thread and connection pools.

Linear Supertypes
LagomConfigComponent, LagomServiceClientComponents, TopicFactoryProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LagomClientApplication
  2. LagomConfigComponent
  3. LagomServiceClientComponents
  4. TopicFactoryProvider
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LagomClientApplication(clientName: String, classLoader: ClassLoader = new ClassLoader() {})

    Permalink

Abstract Value Members

  1. abstract def serviceLocator: ServiceLocator

    Permalink
    Definition Classes
    LagomServiceClientComponents

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val actorSystem: ActorSystem

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def config: Config

    Permalink
    Definition Classes
    LagomConfigComponent
  8. lazy val configuration: Configuration

    Permalink
    Definition Classes
    LagomClientApplication → LagomConfigComponent
  9. lazy val defaultExceptionSerializer: ExceptionSerializer

    Permalink
    Definition Classes
    LagomServiceClientComponents
  10. lazy val environment: Environment

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. lazy val executionContext: ExecutionContext

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val materializer: Materializer

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def optionalTopicFactory: Option[TopicFactory]

    Permalink
    Definition Classes
    TopicFactoryProvider
  23. lazy val scaladslWebSocketClient: ScaladslWebSocketClient

    Permalink
    Definition Classes
    LagomServiceClientComponents
  24. lazy val serviceClient: ServiceClient

    Permalink
    Definition Classes
    LagomServiceClientComponents
  25. lazy val serviceInfo: ServiceInfo

    Permalink
  26. lazy val serviceResolver: ServiceResolver

    Permalink
    Definition Classes
    LagomServiceClientComponents
  27. def stop(): Unit

    Permalink

    Stop the application.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def topicPublisherName: Option[String]

    Permalink
    Definition Classes
    TopicFactoryProvider
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LagomConfigComponent

Inherited from TopicFactoryProvider

Inherited from AnyRef

Inherited from Any

Ungrouped