com.ecfront.rpc.akka.server.AkkaRequest.scala Maven / Gradle / Ivy
package com.ecfront.rpc.akka.server
case class AkkaRequest(method: String, path: String, parameter: Map[String, String], body: Any)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy