http://doc.akka.io/docs/akka/2.0.2/java/untyped-actors.html#Ask_Send-And-Receive-Future
我想使用这种模式。
我在我的 Actor 中进行了一个 WS 调用,它返回一个 F.Promise。现在我想把这个承诺传递给另一个演员。Patterns.pipe 适用于 Akka 未来。如何使用 F.Promise 实现这种模式?
http://doc.akka.io/docs/akka/2.0.2/java/untyped-actors.html#Ask_Send-And-Receive-Future
我想使用这种模式。
我在我的 Actor 中进行了一个 WS 调用,它返回一个 F.Promise。现在我想把这个承诺传递给另一个演员。Patterns.pipe 适用于 Akka 未来。如何使用 F.Promise 实现这种模式?