LoginSignup
1
1

More than 5 years have passed since last update.

Akkaについての勉強メモ

Posted at

Akkaとは何か?

  • ScalaとJavaで使える、並行処理を実現するためのツールキット
  • ツールキットであたフレームワークではないため(ScalaのPlay Framework2などに組み込まれていたりする)

Akkaで出てくる概念

  • Actors
  • ActorSystem
  • mailboxes
  • switching actor behaviors.
  • Supervision
  • Monitoring
  • actor life cycle
  • actor hierarchy
  • Routing Messages
  • Akka dispatcher
  • Futures
  • Agents
  • Akka scheduler
  • Akka Persistence
  • Akka Clustering
  • Akka Streams
  • Akka HTTP
  • Lagom

Actorについて

Akka Patterns

参考文献・情報源

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1