by shigemk2

当面は技術的なことしか書かない

memo Akkaのdispatcher

Dispatchers — Akka Documentation

Dispatchers — Akka Documentation

こういう書き方。

my-pinned-dispatcher {
  executor = "thread-pool-executor"
  type = PinnedDispatcher
}

いろいろなDispatcherがある。

  • Dispatcher
  • PinnedDispatcher
  • BalancingDispatcher
  • CallingThreadDispatcher