书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 403 个相关结果.
  • 多节点测试

    多节点测试 多节点测试概念 测试导线" level="3"> 测试导线 多节点规范" level="3"> 多节点规范 SbtMultiJvm 插件" level="3"> SbtMultiJvm 插件多节点特定附加 运行多节点测试 为你的项目准备多节点测试 多节点测试示例 需要记住的事情 配置 多节点测试 注:本节未经校...
  • 位置透明

    821 2020-11-22 《Akka 中文指南》
    位置透明 默认分布 打破透明的方法 如何使用远程处理? Peer-to-Peer vs. Client-Server 用路由器扩容标记点 位置透明 上一节描述了如何使用 Actor 路径来启用位置透明(location transparency )。这个特殊的特性需要一些额外的解释,因为在编程语言、平台和技术的上下文中,相关术语“透明远程处...
  • 集群单例

    703 2020-11-22 《Akka 中文指南》
    集群单例 依赖 简介 需要注意的潜在问题 示例 配置 监督 集群单例 依赖 为了使用集群单例(Cluster Singleton ),你必须在项目中添加如下依赖: <!-- Maven --> <dependency> <groupId> com.typesafe.akka </groupId> <artif...
  • Scala

    Hello World - Scala using Akka HTTP Before you begin Configuring the Service descriptor Publishing to Docker Deploying to Knative Serving Cleanup Feedback Hello World - S...
  • 路由

    1391 2020-11-22 《Akka 中文指南》
    路由 依赖 简介 一个简单的路由 路由器 Actor 池 远程部署的路由器 发送者 监督 组 路由的使用方法 RoundRobinPool 和 RoundRobinGroup RandomPool 和 RandomGroup BalancingPool SmallestMailboxPool BroadcastPool 和 Broa...
  • 第 3 部分: 使用设备 Actors

    976 2020-11-22 《Akka 中文指南》
    第 3 部分: 使用设备 Actors 依赖 简介 识别设备的消息 消息传递 消息序列 增加设备消息的灵活性 定义设备 Actor 及其读取协议 测试 Actor 添加写入协议 具有读写消息的 Actor 下一步是什么? 第 3 部分: 使用设备 Actors 依赖 在你的项目中添加如下依赖: <!-- Maven -->...
  • Tracers and Instrumentation

    1817 2020-01-21 《Zipkin Document》
    Tracers and Instrumentation Supported Community supported Tracers and Instrumentation Tracing information is collected on each host using the instrumented librariesand sent t...
  • 常见问题

    923 2020-11-22 《Akka 中文指南》
    常见问题 Akka 项目 Akka 这个名字是从哪里来的? 具有明确生命周期的资源 JVM 应用程序或 Scala REPL “挂起” 普通 Actor 在我的 Actor 中使用 Future 时 sender()/getsender() 消失了,为什么? 为什么会发生 OutOfMemoryError 错误? Actors Scala AP...
  • 迁移指南

    迁移指南 迁移指南 Migration Guide 1.3.x to 2.0.x Migration Guide 2.0.x to 2.1.x Migration Guide 2.1.x to 2.2.x Migration Guide 2.2.x to 2.3.x Migration Guide Akka Persistence (exp...
  • Scala

    Hello World - Scala using Akka HTTP Before you begin Configuring the sbt build Configuring the Service descriptor Publishing to Docker Deploying to Knative Serving Cleanup ...