Packages

o

akka.actor.typed.internal

ActorFlightRecorder

object ActorFlightRecorder

INTERNAL API

Annotations
@InternalApi()
Source
ActorFlightRecorder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorFlightRecorder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def consumerChangedProducer(producerId: String): Unit
  7. def consumerCreated(path: ActorPath): Unit
  8. def consumerDuplicate(producerId: String, expectedSeqNr: Long, seqNr: Long): Unit
  9. def consumerMissing(producerId: String, expectedSeqNr: Long, seqNr: Long): Unit
  10. def consumerReceived(producerId: String, seqNr: Long): Unit
  11. def consumerReceivedPreviousInProgress(producerId: String, seqNr: Long, stashed: Int): Unit
  12. def consumerReceivedResend(seqNr: Long): Unit
  13. def consumerSentRequest(producerId: String, requestedSeqNr: Long): Unit
  14. def consumerStarted(path: ActorPath): Unit
  15. def consumerStashFull(producerId: String, seqNr: Long): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def producerCreated(producerId: String, path: ActorPath): Unit
  25. def producerReceived(producerId: String, currentSeqNr: Long): Unit
  26. def producerReceivedRequest(producerId: String, requestedSeqNr: Long, confirmedSeqNr: Long): Unit
  27. def producerReceivedResend(producerId: String, fromSeqNr: Long): Unit
  28. def producerRequestNext(producerId: String, currentSeqNr: Long, confirmedSeqNr: Long): Unit
  29. def producerResentFirst(producerId: String, firstSeqNr: Long): Unit
  30. def producerResentFirstUnconfirmed(producerId: String, seqNr: Long): Unit
  31. def producerResentUnconfirmed(producerId: String, fromSeqNr: Long, toSeqNr: Long): Unit
  32. def producerSent(producerId: String, seqNr: Long): Unit
  33. def producerStarted(producerId: String, path: ActorPath): Unit
  34. def producerWaitingForRequest(producerId: String, currentSeqNr: Long): Unit
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped