Packages

t

org.apache.pekko.sensors.dispatch

InstrumentedDispatcherBase

trait InstrumentedDispatcherBase extends Dispatcher

Linear Supertypes
Dispatcher, MessageDispatcher, ExecutionContextExecutor, ExecutionContext, BatchingExecutor, Executor, AbstractMessageDispatcher, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InstrumentedDispatcherBase
  2. Dispatcher
  3. MessageDispatcher
  4. ExecutionContextExecutor
  5. ExecutionContext
  6. BatchingExecutor
  7. Executor
  8. AbstractMessageDispatcher
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def actorSystemName: String

Concrete 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. final def attach(actor: ActorCell): Unit
    Definition Classes
    MessageDispatcher
  6. def batchable(runnable: Runnable): Boolean
    Definition Classes
    BatchingExecutor
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val configurator: MessageDispatcherConfigurator
    Definition Classes
    MessageDispatcher
  9. def createMailbox(actor: Cell, mailboxType: MailboxType): Mailbox
    Attributes
    protected[pekko]
    Definition Classes
    Dispatcher → MessageDispatcher
  10. final def detach(actor: ActorCell): Unit
    Definition Classes
    MessageDispatcher
  11. def dispatch(receiver: ActorCell, invocation: Envelope): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Dispatcher → MessageDispatcher
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. val eventStream: EventStream
    Definition Classes
    MessageDispatcher
  15. def execute(runnable: Runnable): Unit
    Definition Classes
    InstrumentedDispatcherBase → ExecutionContext → BatchingExecutor → Executor
  16. def executeTask(invocation: TaskInvocation): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Dispatcher → MessageDispatcher
  17. final def executorService: ExecutorServiceDelegate
    Attributes
    protected
    Definition Classes
    Dispatcher
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. val id: String
    Definition Classes
    Dispatcher → MessageDispatcher
  21. final def inhabitants: Long
    Definition Classes
    MessageDispatcher
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final val isThroughputDeadlineTimeDefined: Boolean
    Attributes
    protected[pekko]
    Definition Classes
    MessageDispatcher
  24. val mailboxes: Mailboxes
    Definition Classes
    MessageDispatcher
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def register(actor: ActorCell): Unit
    Attributes
    protected[pekko]
    Definition Classes
    MessageDispatcher
  29. def registerForExecution(mbox: Mailbox, hasMessageHint: Boolean, hasSystemMessageHint: Boolean): Boolean
    Attributes
    protected[pekko]
    Definition Classes
    InstrumentedDispatcherBase → Dispatcher → MessageDispatcher
  30. def reportFailure(t: Throwable): Unit
    Definition Classes
    MessageDispatcher → ExecutionContext
  31. final def resubmitOnBlock: Boolean
    Attributes
    protected
    Definition Classes
    MessageDispatcher → BatchingExecutor
  32. def resume(actor: ActorCell): Unit
    Attributes
    protected[pekko]
    Definition Classes
    MessageDispatcher
  33. def shutdown(): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Dispatcher → MessageDispatcher
  34. val shutdownTimeout: FiniteDuration
    Definition Classes
    Dispatcher → MessageDispatcher
  35. def suspend(actor: ActorCell): Unit
    Attributes
    protected[pekko]
    Definition Classes
    MessageDispatcher
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def systemDispatch(receiver: ActorCell, invocation: SystemMessage): Unit
    Attributes
    protected[pekko]
    Definition Classes
    Dispatcher → MessageDispatcher
  38. val throughput: Int
    Definition Classes
    Dispatcher → MessageDispatcher
  39. val throughputDeadlineTime: Duration
    Definition Classes
    Dispatcher → MessageDispatcher
  40. val toString: String
    Definition Classes
    Dispatcher → AnyRef → Any
  41. final def unbatchedExecute(r: Runnable): Unit
    Attributes
    protected
    Definition Classes
    MessageDispatcher → BatchingExecutor
  42. def unregister(actor: ActorCell): Unit
    Attributes
    protected[pekko]
    Definition Classes
    MessageDispatcher
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. 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)

  2. def prepare(): ExecutionContext
    Definition Classes
    ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.0) preparation of ExecutionContexts will be removed

Inherited from Dispatcher

Inherited from MessageDispatcher

Inherited from ExecutionContextExecutor

Inherited from ExecutionContext

Inherited from BatchingExecutor

Inherited from Executor

Inherited from AbstractMessageDispatcher

Inherited from AnyRef

Inherited from Any

Ungrouped