Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix Domain Socket: add access with new actors API #2212

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

ennru
Copy link
Member

@ennru ennru commented Mar 18, 2020

Complement the UnixDomainSocket extensions with access methods for ClassicActorSystemProvider which makes it usable without changed for the new actors API's akka.actor.typed.ActorSystem without depending on that module.

This can't be compiled against Akka 2.6 as ExtensionId in that version contains the apply(ClassicActorSystemProvider) method so it requires an override modifier in UnixDomainSocket.

See #2194, #2195, #2197, #2211

@@ -25,7 +24,7 @@ object UnixDomainSocket extends ExtensionId[UnixDomainSocket] with ExtensionIdPr
/**
* Represents a prospective UnixDomainSocket server binding.
*/
final class ServerBinding private[akka] (delegate: ScalaUnixDomainSocket.ServerBinding) {
final class ServerBinding private[akka] (delegate: scaladsl.UnixDomainSocket.ServerBinding) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@raboof raboof merged commit 696901e into akka:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants