abstract class TracingHttpClient extends ServiceHttpClient
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TracingHttpClient
- ServiceHttpClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TracingHttpClient(_httpClient: (HttpRequest) ⇒ Future[HttpResponse], remoteServiceName: String)(implicit system: ActorSystem, serverTracing: ServerRequestTracing)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execHttpFull[T](request: HttpRequest)(implicit arg0: ClassTag[T], um: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, ServiceHttpFullResponse[T]]]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
def
execHttpFullWithNamespace[T](namespace: Namespace, request: HttpRequest)(implicit arg0: ClassTag[T], arg1: FromEntityUnmarshaller[T]): Future[ServiceHttpFullResponseEither[T]]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
def
execHttpUnmarshalled[T](request: HttpRequest)(implicit arg0: ClassTag[T], um: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, T]]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
def
execHttpUnmarshalledWithNamespace[T](namespace: Namespace, request: HttpRequest)(implicit arg0: ClassTag[T], arg1: FromEntityUnmarshaller[T]): Future[Either[RemoteServiceError, T]]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
def
execJsonHttp[Res, Req](request: HttpRequest, entity: Req)(implicit arg0: ClassTag[Res], arg1: FromEntityUnmarshaller[Res], arg2: Encoder[Req]): Future[Either[RemoteServiceError, Res]]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
httpClient: (HttpRequest) ⇒ Future[HttpResponse]
- Definition Classes
- TracingHttpClient → ServiceHttpClient
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
val
unitFromEntityUnmarshaller: FromEntityUnmarshaller[Unit]
- Attributes
- protected
- Definition Classes
- ServiceHttpClient
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()