Deprecate classic remoting classes (#27237)
* Sprinkle deprecated annotation to public classes for classic remoting * Use right dispatcher setting for a few remoting actors * New Artery events for QuarantinedEvent, GracefulShutdownQuarantinedEvent and ThisActorSystemQuarantinedEvent because old were not good and would cause binary compatibility trouble when we remove classic * silence more deprecation warnings
This commit is contained in:
parent
83d0f8bb05
commit
8d69388d0a
46 changed files with 313 additions and 78 deletions
|
|
@ -237,7 +237,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
rootGuardian,
|
||||
remotingTerminator,
|
||||
_log,
|
||||
untrustedMode = remoteSettings.UntrustedMode)
|
||||
untrustedMode = remoteSettings.untrustedMode)
|
||||
local.registerExtraNames(Map(("remote", d)))
|
||||
d
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue