Trait/Object

pl.touk.nussknacker.engine.util.service

AuditDispatchClient

Related Docs: object AuditDispatchClient | package service

Permalink

trait AuditDispatchClient extends RequestResponseLogging

Linear Supertypes
RequestResponseLogging, LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuditDispatchClient
  2. RequestResponseLogging
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def http: Http

    Permalink
    Attributes
    protected

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val clientId: Int

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(obj: ⇒ String): Unit

    Permalink
    Definition Classes
    RequestResponseLogging
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getJson(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Json]

    Permalink
  13. def getJsonAsObject[Resp](req: Req)(implicit arg0: DecodeJson[Resp], executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Resp]

    Permalink
  14. def getPossiblyUnavailableJsonAsObject[Resp](req: Req)(implicit arg0: DecodeJson[Resp], executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Option[Resp]]

    Permalink
  15. def getWithAudit(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
  16. def getXml(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Elem]

    Permalink
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. def logFailure(req: Req, id: String, ex: Throwable): Unit

    Permalink
    Definition Classes
    RequestResponseLogging
  20. def logRequestResponse(req: Req)(id: String)(sendRequestAction: ⇒ Future[Response])(implicit executionContext: ExecutionContext): Future[Response]

    Permalink
    Definition Classes
    RequestResponseLogging
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def postObjectAsJson[Body, Resp](url: Req, body: Body)(implicit arg0: EncodeJson[Body], arg1: DecodeJson[Resp], executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Resp]

    Permalink
  26. def postObjectAsJsonWithoutResponseParsing[Body](url: Req, body: Body)(implicit arg0: EncodeJson[Body], executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
  27. def postWithParamsAndWithAudit(req: Req, params: Map[String, String])(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
  28. def postXmlApp(url: Req, xml: Elem)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Elem]

    Permalink
  29. def postXmlText(url: Req, xml: Elem)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Elem]

    Permalink
  30. def preparePostJsonRequest[Body](url: Req, body: Body)(implicit arg0: EncodeJson[Body]): Req

    Permalink
  31. def putWithParamsAndWithAudit(req: Req, params: Map[String, String])(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
  32. def sendWithAudit(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[Res]

    Permalink
  33. def sendWithAuditAndStatusChecking(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
  34. def sendWithAuditWithResponseAsString(req: Req)(implicit executionContext: ExecutionContext, logCorrelationId: LogCorrelationId): Future[String]

    Permalink
    Attributes
    protected
  35. def shutdown(): Unit

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

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

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

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

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

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

Inherited from RequestResponseLogging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped