Documentation
FAQ
Download
Mailing List
Code
Commercial Support
Actors
|
アクター
»
Java Contents
|
Scala Contents
«
必須のHello World
|
Version @version@
Actors
アクター
アクターの生成
Actor API
Identifying Actors via Actor Selection
Messages and immutability
Send messages
Receive messages
Reply to messages
Receive timeout
Stopping actors
Become/Unbecome
Stash
Killing an Actor
Actors and exceptions
Extending Actors using PartialFunction chaining
Initialization patterns
Akka Typed
A Little Bit of Theory
A More Complex Example
Status of this Project and Relation to Akka Actors
Fault Tolerance
Fault Handling in Practice
Creating a Supervisor Strategy
Supervision of Top-Level Actors
Test Application
Dispatchers
Default dispatcher
Looking up a Dispatcher
Setting the dispatcher for an Actor
Types of dispatchers
Mailboxes
Mailbox Selection
Builtin Mailbox Implementations
Mailbox configuration examples
Creating your own Mailbox type
Special Semantics of
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
Overview
A Simple Example
Reference
Testing and Debugging Finite State Machines
Examples
Persistence
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