All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cfans.oh-my-scheduler-worker.1.0.0.source-code.oms-worker.akka.conf Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
akka {
  actor {
    # cluster is better(recommend by official document), but I prefer remote
    provider = remote
    allow-java-serialization = off

    serialization-bindings {
        "com.github.kfcfans.common.OmsSerializable" = jackson-cbor
    }
  }
  remote {
    artery {
      transport = tcp # See Selecting a transport below
      # over write by code
      canonical.hostname = "127.0.0.1"
      canonical.port = 25520
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy