t

com.lightbend.lagom.scaladsl.client

ServiceClientImplementationContext

trait ServiceClientImplementationContext extends AnyRef

The service client implementation context.

This API should not be used directly, it will be invoked by the client generated by ServiceClient.implement in order to resolve the service descriptor.

The purpose of this API is to capture the dependencies required in order to implement a service client, such as the HTTP and WebSocket clients.

Although this API should not directly be used by end users, the code generated by the ServiceClient macro does cause end users to have a binary dependency on this class, which is why it's in the scaladsl package.

Source
ServiceClient.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceClientImplementationContext
  2. AnyRef
  3. 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

Abstract Value Members

  1. abstract def resolve(descriptor: Descriptor): ServiceClientContext

    Resolve the given descriptor to a service client context.