add serializer for typed ShardingEnvelope, #23772

This commit is contained in:
Patrik Nordwall 2017-10-03 14:56:23 +02:00
parent af411d2f8d
commit 985afe8020
10 changed files with 998 additions and 28 deletions

View file

@ -372,6 +372,8 @@ lazy val typed = akkaModule("akka-typed")
)
.settings(AkkaBuild.mayChangeSettings)
.settings(AutomaticModuleName.settings("akka.typed")) // fine for now, eventually new module name to become typed.actor
// To be ablet to import ContainerFormats.proto
.settings(Protobuf.importPath := Some(baseDirectory.value / ".." / "akka-remote" / "src" / "main" / "protobuf" ))
.settings(
initialCommands := """
import akka.typed._