|
Akka/Scala example source code file (application.conf)
The application.conf Akka example source code
akka {
loggers = ["akka.event.slf4j.Slf4jLogger", "akka.event.Logging$DefaultLogger"]
actor {
provider = "akka.cluster.ClusterActorRefProvider"
serialize-messages = on
serializers {
dining = "akka.sample.osgi.serialization.DiningHakkerSerializer"
}
serialization-bindings {
"akka.sample.osgi.api.DiningHakkerMessage" = dining
}
}
remote {
netty.tcp {
hostname = "localhost"
port = 4242
}
}
cluster {
seed-nodes = ["akka.tcp://akka-osgi-sample@localhost:4242"]
auto-down-unreachable-after = 20 s
}
}
Other Akka source code examplesHere is a short list of links related to this Akka application.conf source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.