Packages

class MeteredDispatcher extends Dispatcher with MeteredDispatcherInstrumentation

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

Instance Constructors

  1. new MeteredDispatcher(settings: MeteredDispatcherSettings)

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