logo
分类于: 云计算&大数据 计算机基础

简介

Akka in Action

Akka in Action 8.4分

资源最后更新于 2020-07-25 14:09:14

作者:Raymond Roestenburg

出版社:Manning Publications

出版日期:2014-01

ISBN:9781617291012

文件格式: pdf

标签: Actor Scala akka Akka Reactive Java 计算机 编程

简介· · · · · ·

Summary

Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

Abo...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
Introducing Akka
Up and running
Test-driven development with actors
Fault tolerance
Futures
Your first distributed Akka app
Configuration, logging, and deployment
Structural patterns for actors
Routing messages
Message channels
Finite-state machines and agents
System integration
Streaming
Clustering
Actor persistence
Performance tips
Looking ahead