Fix entity ref link in migration guide
This commit is contained in:
parent
a871176fd6
commit
dd13f559b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue