はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『doc.akka.io』

  • 人気
  • 新着
  • すべて
  • Interaction Patterns • Akka Documentation

    3 users

    doc.akka.io

    You are viewing the documentation for the new actor APIs, to view the Akka Classic documentation, see Classic Actors. Dependency The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. To use Akka Actor Typed, you must add the following dependency in your project: sbtval AkkaVer

    • テクノロジー
    • 2020/01/09 18:40
    • Introduction to Actors • Akka Documentation

      4 users

      doc.akka.io

      Akka Actors The Actor Model provides a higher level of abstraction for writing concurrent and distributed systems. It alleviates the developer from having to deal with explicit locking and thread management, making it easier to write correct concurrent and parallel systems. Actors were defined in the 1973 paper by Carl Hewitt but have been popularized by the Erlang language, and used for example a

      • テクノロジー
      • 2017/12/28 22:15
      • java
      • Configuration • Akka HTTP

        3 users

        doc.akka.io

        Just like any other Akka module, Akka HTTP is configured via Typesafe Config. Usually this means that you provide an application.conf which contains all the application-specific settings that differ from the default ones provided by the reference configuration files from the individual Akka modules. These are the relevant default configuration values for the Akka HTTP modules. akka-http-core copys

        • テクノロジー
        • 2016/07/22 09:28
        • ブックマーク バー
        • 1. Introduction • Akka HTTP

          3 users

          doc.akka.io

          The Akka HTTP modules implement a full server- and client-side HTTP stack on top of akka-actor and akka-stream. It’s not a web-framework but rather a more general toolkit for providing and consuming HTTP-based services. While interaction with a browser is of course also in scope it is not the primary focus of Akka HTTP. Akka HTTP follows a rather open design and many times offers several different

          • テクノロジー
          • 2016/06/13 11:26
          • ブックマーク バー
          • Basics and working with Flows • Akka Documentation

            3 users

            doc.akka.io

            The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. To use Akka Streams, add the module to your project: sbtval AkkaVersion = "2.10.9" libraryDependencies += "com.typesafe.akka" %% "akka-stream" % AkkaVersionMaven<properties> <scala.binary.version>2.13</scala.binary.version>

            • テクノロジー
            • 2015/10/18 02:24
            • Using TCP • Akka Documentation

              3 users

              doc.akka.io

              The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. To use TCP, you must add the following dependency in your project: sbtval AkkaVersion = "2.10.8" libraryDependencies += "com.typesafe.akka" %% "akka-actor" % AkkaVersionMaven<properties> <scala.binary.version>2.13</scala.bi

              • テクノロジー
              • 2014/07/11 00:13
              • Testing Classic Actors • Akka Documentation

                3 users

                doc.akka.io

                Introduction As with any piece of software, automated tests are a very important part of the development cycle. The actor model presents a different view on how units of code are delimited and how they interact, which influences how to perform tests. Akka comes with a dedicated module akka-testkit for supporting tests. Asynchronous Testing: TestKit Testkit allows you to test your actors in a contr

                • テクノロジー
                • 2014/07/06 17:58
                • Example projects • Akka Documentation

                  24 users

                  doc.akka.io

                  The following example projects can be downloaded. They contain build files and have instructions of how to run. Quickstart Scala akka-quickstart-scala.zip Java akka-quickstart-java.zip The Quickstart sample is described in Introduction to Actors and walks you through example code that introduces how to define actor systems, actors, and messages. FSM Scala Dining hackers with FSM (akka-sample-fsm-s

                  • テクノロジー
                  • 2014/04/18 10:30
                  • akka
                  • scala
                  • Typesafe
                  • ブックマーク バー
                  • Classic Dispatchers • Akka Documentation

                    3 users

                    doc.akka.io

                    The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. Dispatchers are part of core Akka, which means that they are part of the akka-actor dependency: sbtval AkkaVersion = "2.10.9" libraryDependencies += "com.typesafe.akka" %% "akka-actor" % AkkaVersionMaven<properties> <scala.

                    • テクノロジー
                    • 2013/03/14 12:15
                    • Migration Guide 2.0.x to 2.1.x — Akka Documentation

                      3 users

                      doc.akka.io

                      Some parts of the 2.0 API have changed in the Akka 2.1 release. This guide lists the the changes and explains what you will need to do to upgrade your program to work with Akka 2.1. Migrating from Akka 2.0.x to Akka 2.1.x is relatively straightforward. In Akka 2.1 the API has undergone some basic housekeeping, for example some package names have changed, but otherwise usage is largely unchanged. U

                      • テクノロジー
                      • 2013/03/12 20:25
                      • akka
                      • scala
                      • Getting Started Tutorial (Java): First Chapter — Akka Documentation

                        3 users

                        doc.akka.io

                        Introduction Welcome to the first tutorial on how to get started with Akka and Java. We assume that you already know what Akka and Java are and will now focus on the steps necessary to start your first project. There are two variations of this first tutorial: creating a standalone project and run it from the command line creating a Maven project and running it from within Maven Since they are so s

                        • テクノロジー
                        • 2012/10/29 10:37
                        • akka
                        • Java
                        • sample
                        • tutorial
                        • Classic FSM • Akka Documentation

                          3 users

                          doc.akka.io

                          The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. To use Finite State Machine actors, you must add the following dependency in your project: sbtval AkkaVersion = "2.10.8" libraryDependencies += "com.typesafe.akka" %% "akka-actor" % AkkaVersionMaven<properties> <scala.binar

                          • テクノロジー
                          • 2012/10/07 14:44
                          • Akka
                          • Akka 2.9.6

                            3 users

                            doc.akka.io

                            Akka 2.9.6

                            • 学び
                            • 2012/03/24 15:11
                            • Akka Guide :: Akka Guide

                              15 users

                              doc.akka.io

                              Akka is a toolkit for building highly concurrent systems that are scalable, highly efficient, and resilient by using Reactive Principles. Akka allows you to focus on meeting business needs instead of writing low-level code to provide reliable behavior, fault tolerance, and high performance. Multi-threaded behavior — without the use of low-level concurrency constructs like atomics or locks; relievi

                              • テクノロジー
                              • 2011/07/29 23:55
                              • Typesafe
                              • scala
                              • Akka
                              • play
                              • framework
                              • Tools
                              • ui
                              • *あとで
                              • Classic Actors • Akka Documentation

                                5 users

                                doc.akka.io

                                The Akka dependencies are available from Akka’s secure library repository. To access them you need to use a secure, tokenized URL as specified at https://account.akka.io/token. To use Classic Actors, add the following dependency in your project: sbtval AkkaVersion = "2.10.9" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % AkkaVersion, "com.typesafe.akka" %% "akka-testkit" % Akka

                                • テクノロジー
                                • 2011/04/12 18:25
                                • akka
                                • Scala

                                このページはまだ
                                ブックマークされていません

                                このページを最初にブックマークしてみませんか?

                                『doc.akka.io』の新着エントリーを見る

                                キーボードショートカット一覧

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

                                • 総合
                                • 一般
                                • 世の中
                                • 政治と経済
                                • 暮らし
                                • 学び
                                • テクノロジー
                                • エンタメ
                                • アニメとゲーム
                                • おもしろ
                                • アプリ・拡張機能
                                • 開発ブログ
                                • ヘルプ
                                • お問い合わせ
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について

                                公式Twitter

                                • 公式アカウント
                                • ホットエントリー

                                はてなのサービス

                                • はてなブログ
                                • はてなブログPro
                                • 人力検索はてな
                                • はてなブログ タグ
                                • はてなニュース
                                • ソレドコ
                                • App Storeからダウンロード
                                • Google Playで手に入れよう
                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                設定を変更しましたx