Merge pull request #27518 from akka/wip-27437-systemActorOf-patriknw
Remove Future from typed.ActorSystem.systemActorOf, #27437
This commit is contained in:
commit
c0ee1080b3
8 changed files with 20 additions and 31 deletions
|
|
@ -487,6 +487,7 @@ made before finalizing the APIs. Compared to Akka 2.5.x the source incompatible
|
|||
* `StashBuffer`s are now created with `Behaviors.withStash` rather than instantiating directly
|
||||
* To align with the Akka Typed style guide `SpawnProtocol` is now created through @scala[`SpawnProtocol()`]@java[`SpawnProtocol.create()`], the special `Spawn` message
|
||||
factories has been removed and the top level of the actor protocol is now `SpawnProtocol.Command`
|
||||
* `Future` removed from `ActorSystem.systemActorOf`.
|
||||
|
||||
#### Akka Typed Stream API changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue