trait InstrumentedDispatcher extends Dispatcher with InstrumentedDispatcherBase
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstrumentedDispatcher
- InstrumentedDispatcherBase
- Dispatcher
- MessageDispatcher
- ExecutionContextExecutor
- ExecutionContext
- BatchingExecutor
- Executor
- AbstractMessageDispatcher
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def actorSystemName: String
- Definition Classes
- InstrumentedDispatcherBase
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def attach(actor: ActorCell): Unit
- Definition Classes
- MessageDispatcher
- def batchable(runnable: Runnable): Boolean
- Definition Classes
- BatchingExecutor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val configurator: MessageDispatcherConfigurator
- Definition Classes
- MessageDispatcher
- def createMailbox(actor: Cell, mailboxType: MailboxType): Mailbox
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- Dispatcher → MessageDispatcher
- final def detach(actor: ActorCell): Unit
- Definition Classes
- MessageDispatcher
- def dispatch(receiver: ActorCell, invocation: Envelope): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- Dispatcher → MessageDispatcher
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val eventStream: EventStream
- Definition Classes
- MessageDispatcher
- def execute(runnable: Runnable): Unit
- Definition Classes
- InstrumentedDispatcherBase → ExecutionContext → BatchingExecutor → Executor
- def executeTask(invocation: TaskInvocation): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- Dispatcher → MessageDispatcher
- final def executorService: ExecutorServiceDelegate
- Attributes
- protected
- Definition Classes
- Dispatcher
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: String
- Definition Classes
- Dispatcher → MessageDispatcher
- final def inhabitants: Long
- Definition Classes
- MessageDispatcher
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val isThroughputDeadlineTimeDefined: Boolean
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- MessageDispatcher
- val mailboxes: Mailboxes
- Definition Classes
- MessageDispatcher
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def register(actor: ActorCell): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- MessageDispatcher
- def registerForExecution(mbox: Mailbox, hasMessageHint: Boolean, hasSystemMessageHint: Boolean): Boolean
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- InstrumentedDispatcherBase → Dispatcher → MessageDispatcher
- def reportFailure(t: Throwable): Unit
- Definition Classes
- MessageDispatcher → ExecutionContext
- final def resubmitOnBlock: Boolean
- Attributes
- protected
- Definition Classes
- MessageDispatcher → BatchingExecutor
- def resume(actor: ActorCell): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- MessageDispatcher
- def shutdown(): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- Dispatcher → MessageDispatcher
- val shutdownTimeout: FiniteDuration
- Definition Classes
- Dispatcher → MessageDispatcher
- def suspend(actor: ActorCell): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- MessageDispatcher
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def systemDispatch(receiver: ActorCell, invocation: SystemMessage): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- Dispatcher → MessageDispatcher
- val throughput: Int
- Definition Classes
- Dispatcher → MessageDispatcher
- val throughputDeadlineTime: Duration
- Definition Classes
- Dispatcher → MessageDispatcher
- val toString: String
- Definition Classes
- Dispatcher → AnyRef → Any
- final def unbatchedExecute(r: Runnable): Unit
- Attributes
- protected
- Definition Classes
- MessageDispatcher → BatchingExecutor
- def unregister(actor: ActorCell): Unit
- Attributes
- protected[org.apache.pekko]
- Definition Classes
- MessageDispatcher
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def prepare(): ExecutionContext
- Definition Classes
- ExecutionContext
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.0) preparation of ExecutionContexts will be removed