Fix entity ref link in migration guide

This commit is contained in:
Christopher Batey 2019-06-14 08:58:26 +01:00
parent a871176fd6
commit dd13f559b8

View file

@ -329,7 +329,7 @@ made before finalizing the APIs. Compared to Akka 2.5.x the source incompatible
they were redundant with corresponding @scala[scaladsl.Behaviors.x]@java[javadsl.Behaviors.x].
* `ActorContext` parameter removed in `javadsl.ReceiveBuilder` for the functional style in Java. Use `Behaviors.setup`
to retrieve `ActorContext`, and use an enclosing class to hold initialization parameters and `ActorContext`.
* Java @apidoc[EntityRef] ask timeout now takes a `java.time.Duration` rather than a @apidoc[Timeout]
* Java @apidoc[akka.cluster.sharding.typed.javadsl.EntityRef] ask timeout now takes a `java.time.Duration` rather than a @apidoc[Timeout]
#### Akka Typed Stream API changes