akka 官方文档中文版
最新推荐文章于 2024-08-16 07:58:45 发布
转载
最新推荐文章于 2024-08-16 07:58:45 发布
·
7.6k 阅读
·
0
·
1
__Scala
专栏收录该内容
33 篇文章
订阅专栏
http://www.gtan.com/akka_doc/
akka
确定要放弃本次机会?
福利倒计时
:
:
立减 ¥
普通VIP年卡可用
立即使用
冥想者-定
关注
关注
0
点赞
踩
1
收藏
觉得还不错?
一键收藏
知道了
0
评论
分享
复制链接
分享到 QQ
分享到新浪微博
扫一扫
举报
举报
专栏目录
akka
java 中文_
Akka
Java 中文文档 -- 角色
weixin_29313817的博客
02-22
542
PropsProps is a configuration class to specify options for the creation of actors, think of it as an immutable and thus freely shareable recipe for creating an actor including associated deployment in...
akka
java 中文手册_
AKKA
文档(JAVA版)—派发器
weixin_42162978的博客
02-28
525
为角色指定派发器在你想为Actor配置一个不同派发器而不是默认情况下,你需要做两样东西,首先是配置派发器:my-dispatcher {# Dispatcher is the name of the event-based dispatchertype = Dispatcher# What kind of ExecutionService to useexecutor = "fork-join-e...
参与评论
您还未登录,请先
登录
后发表或查看评论
akka
-guide-zh:
akka
中文文档,通过
官方文档
翻译
06-18
akka
中文指南 [介绍] (introduce/what-is-
akka
.md) Actor 有类型Actor 容错 派发器 邮箱 路由 有限状态机 测试actor系统 Actor DSL futures和agents futures agents 网络 远程调用 序列化 io 使用TCP 本指南参考
官方文档
(scala版)2.3.9,详见
官方文档
Akka
Java 中文文档
weixin_30876945的博客
11-14
194
Akka
Java 中文文档 Introduction What is
Akka
?|什么是
Akka
? Why
Akka
?|为什么选择
Akka
? Getting Started|
Akka
入门 The Obligatory Hello World|Hello world Use-case and Deployment Scenarios|用例与部署场景 E...
Akka
文档
oBaiShuSheng的博客
09-29
283
http://udn.yyuap.com/
doc
/
akka
-
doc
-cn/2.3.6/scala/book/index.html
Akka
-
doc
-zh:
Akka
官方文档
中文
05-14
akka
官方文档
中文翻译 该文档是 的中文翻译。使用制作。 进度 简介 引言
Akka
是什么? 为什么使用
Akka
? 入门 必需的 “Hello World” 使用案例和部署场景
Akka
使用实例 概述 术语,概念 Actor系统 什么是Actor? 监管与监控 Actor引用,路径与地址 位置透明性
Akka
与Java内存模型 消息传递可靠性 配置 Actors Actors
Akka
类型 容错 调度器 邮箱 路由 有限状态机(FSM) 持久化 测试Actor系统 Actor DSL 类型Actors Futures与Agent Futures Agents 网络 集群规范 集群使用方法 集群单例 集群的分布式发布/订阅 集群客户端 集群分片 集群Metrics扩展 分布式数据 远程 序列化 I/
Akka
官方文档
中文版
:Actor模型与集群技术详解