Documentation
FAQ
Download
Mailing List
Code
Commercial Support
アクター
|
アクター
»
Java Contents
|
Scala Contents
«
必修の Hello World
|
Version @version@
アクター
アクター
アクターの生成
Actor API
Actor Selectionを使ったアクターの識別
メッセージと不変性
メッセージの送信
メッセージの受信
メッセージへの応答
受信タイムアウト
アクターの停止
Become/Unbecome
Stash
アクターの強制停止
アクターと例外
PartialFunction を連鎖してアクターを拡張する
初期化のパターン
Akka Typed
A Little Bit of Theory
A More Complex Example
Status of this Project and Relation to Akka Actors
耐障害性
障害ハンドリングの実践
スーパーバイザー戦略を作成する
トップレベルアクターのスーパービジョン
アプリケーションをテストする
ディスパッチャ
デフォルトディスパッチャ
ディスパッチャをルックアップする
アクターのためのディスパッチャの設定
ディスパッチャの種類
メールボックス
メールボックスの選択
組み込みのメールボックス実装
メールボックスの設定例
メールボックスの型を自作する
system.actorOf
の特別な意味
Routing
A Simple Router
A Router Actor
Router usage
Specially Handled Messages
Dynamically Resizable Pool
How Routing is Designed within Akka
Custom Router
Configuring Dispatchers
FSM
概要
簡単な例
リファレンス
有限状態マシンのテストとデバッグ
例
永続化
Dependencies
Architecture
Event sourcing
Persistent Views
Snapshots
At-Least-Once Delivery
Event Adapters
Persistent FSM
Storage plugins
Pre-packaged plugins
Custom serialization
Testing
Configuration
Multiple persistence plugin configurations
Persistence - Schema Evolution
Schema evolution in event-sourced systems
Picking the right serialization format
Schema evolution in action
Persistence Query
Dependencies
Design overview
Read Journals
Performance and denormalization
Query plugins
Persistence Query for LevelDB
Dependencies
How to get the ReadJournal
Supported Queries
Configuration
Testing Actor Systems
TestKit Example
Synchronous Unit Testing with
TestActorRef
Asynchronous Integration Testing with
TestKit
CallingThreadDispatcher
Tracing Actor Invocations
Different Testing Frameworks
Configuration
Actor DSL
The Actor DSL
Typed Actors
When to use Typed Actors
The tools of the trade
Creating Typed Actors
Method dispatch semantics
Messages and immutability
Stopping Typed Actors
Typed Actor Hierarchies
Supervisor Strategy
Lifecycle callbacks
Receive arbitrary messages
Proxying
Lookup & Remoting
Supercharging
Typed Router pattern
Contents