Object

com.github.levkhomich.akka.tracing

TracingAnnotations

Related Doc: package tracing

Permalink

object TracingAnnotations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TracingAnnotations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Custom(text: String) extends TracingAnnotation with Product with Serializable

    Permalink

    Use this class to provide custom annotations to framework.

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. object ClientReceived extends TracingAnnotation with Product with Serializable

    Permalink

    States that the client received a request.

    States that the client received a request. There should be only one such annotation per span, so each span should represent a single request.

    In case of chunking, each chunk should be marked by a separate ClientReceivedFragment annotation.

  5. object ClientReceivedFragment extends TracingAnnotation with Product with Serializable

    Permalink

    States that the client received a fragment of request.

  6. object ClientSend extends TracingAnnotation with Product with Serializable

    Permalink

    States that the client sent a response.

    States that the client sent a response. There should be only one such annotation per span, so each span should represent a single request.

    In case of chunking, each chunk should be marked by a separate ClientSendFragment annotation.

  7. object ClientSendFragment extends TracingAnnotation with Product with Serializable

    Permalink

    States that the client sent a fragment of request.

  8. object ServerReceived extends TracingAnnotation with Product with Serializable

    Permalink

    States that the server received a request.

    States that the server received a request. There should be only one such annotation per span, so each span should represent a single request.

    In case of chunking, each chunk should be marked by a separate ServerReceivedFragment annotation.

  9. object ServerReceivedFragment extends TracingAnnotation with Product with Serializable

    Permalink

    States that the server received a fragment of request.

  10. object ServerSend extends TracingAnnotation with Product with Serializable

    Permalink

    States that the server sent a response.

    States that the server sent a response. There should be only one such annotation per span, so each span should represent a single request.

    In case of chunking, each chunk should be marked by a separate ServerSendFragment annotation.

  11. object ServerSendFragment extends TracingAnnotation with Product with Serializable

    Permalink

    States that the server sent a fragment of request.

  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped