add serializer for typed ShardingEnvelope, #23772
This commit is contained in:
parent
af411d2f8d
commit
985afe8020
10 changed files with 998 additions and 28 deletions
|
|
@ -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._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue