Packages

trait MetricsReporter extends AnyRef

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

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. def afterJournalAsyncDeleteMessagesTo(context: Context): Unit
  5. def afterJournalAsyncReadHighestSequenceNr(context: Context): Unit
  6. def afterJournalAsyncReplayMessages(context: Context): Unit
  7. def afterJournalAsyncUpdateEvent(context: Context): Unit
  8. def afterJournalAsyncWriteMessages(context: Context): Unit
  9. def afterJournalDeserializeJournal(context: Context): Unit
  10. def afterJournalSerializeJournal(context: Context): Unit
  11. def afterSnapshotStoreDeleteAsync(context: Context): Unit
  12. def afterSnapshotStoreDeleteWithCriteriaAsync(context: Context): Unit
  13. def afterSnapshotStoreDeserializeSnapshot(context: Context): Unit
  14. def afterSnapshotStoreLoadAsync(context: Context): Unit
  15. def afterSnapshotStoreSaveAsync(context: Context): Unit
  16. def afterSnapshotStoreSerializeSnapshot(context: Context): Unit
  17. def afterStateStoreDeleteObject(context: Context): Unit
  18. def afterStateStoreDeserializeState(context: Context): Unit
  19. def afterStateStoreGetObject(context: Context): Unit
  20. def afterStateStoreSerializeState(context: Context): Unit
  21. def afterStateStoreUpsertObject(context: Context): Unit
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def beforeJournalAsyncDeleteMessagesTo(context: Context): Context
  24. def beforeJournalAsyncReadHighestSequenceNr(context: Context): Context
  25. def beforeJournalAsyncReplayMessages(context: Context): Context
  26. def beforeJournalAsyncUpdateEvent(context: Context): Context
  27. def beforeJournalAsyncWriteMessages(context: Context): Context
  28. def beforeJournalDeserializeJournal(context: Context): Context
  29. def beforeJournalSerializeJournal(context: Context): Context
  30. def beforeSnapshotStoreDeleteAsync(context: Context): Context
  31. def beforeSnapshotStoreDeleteWithCriteriaAsync(context: Context): Context
  32. def beforeSnapshotStoreDeserializeSnapshot(context: Context): Context
  33. def beforeSnapshotStoreLoadAsync(context: Context): Context
  34. def beforeSnapshotStoreSaveAsync(context: Context): Context
  35. def beforeSnapshotStoreSerializeSnapshot(context: Context): Context
  36. def beforeStateStoreDeleteObject(context: Context): Context
  37. def beforeStateStoreDeserializeState(context: Context): Context
  38. def beforeStateStoreGetObject(context: Context): Context
  39. def beforeStateStoreSerializeState(context: Context): Context
  40. def beforeStateStoreUpsertObject(context: Context): Context
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. def errorJournalAsyncDeleteMessagesTo(context: Context, ex: Throwable): Unit
  45. def errorJournalAsyncReadHighestSequenceNr(context: Context, ex: Throwable): Unit
  46. def errorJournalAsyncReplayMessages(context: Context, ex: Throwable): Unit
  47. def errorJournalAsyncUpdateEvent(context: Context, ex: Throwable): Unit
  48. def errorJournalAsyncWriteMessages(context: Context, ex: Throwable): Unit
  49. def errorJournalDeserializeJournal(context: Context, ex: Throwable): Unit
  50. def errorJournalSerializeJournal(context: Context, ex: Throwable): Unit
  51. def errorSnapshotStoreDeleteAsync(context: Context, ex: Throwable): Unit
  52. def errorSnapshotStoreDeleteWithCriteriaAsync(context: Context, ex: Throwable): Unit
  53. def errorSnapshotStoreDeserializeSnapshot(context: Context, ex: Throwable): Unit
  54. def errorSnapshotStoreLoadAsync(context: Context, ex: Throwable): Unit
  55. def errorSnapshotStoreSaveAsync(context: Context, ex: Throwable): Unit
  56. def errorSnapshotStoreSerializeSnapshot(context: Context, ex: Throwable): Unit
  57. def errorStateStoreDeleteObject(context: Context, ex: Throwable): Unit
  58. def errorStateStoreDeserializeState(context: Context, ex: Throwable): Unit
  59. def errorStateStoreGetObject(context: Context, ex: Throwable): Unit
  60. def errorStateStoreSerializeState(context: Context, ex: Throwable): Unit
  61. def errorStateStoreUpsertObject(context: Context, ex: Throwable): Unit
  62. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  63. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped