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

com.stratio.crossdata.server.actors.RestService Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  interface RestService extends spray.routing.HttpService {
  public  java.lang.String sendToServer (java.lang.String q) ;
  public  scala.Function1 rootPath () ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy