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

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

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  class RestActor implements akka.actor.Actor, com.stratio.crossdata.server.actors.RestService {
  static public  akka.actor.Props props (akka.actor.ActorRef server) { throw new RuntimeException(); }
  public   RestActor (akka.actor.ActorRef server) { throw new RuntimeException(); }
  /**
   * Class logger.
   */
  public  org.apache.log4j.Logger logger () { throw new RuntimeException(); }
  public  akka.actor.ActorContext actorRefFactory () { throw new RuntimeException(); }
  public  java.lang.String sendToServer (java.lang.String q) { throw new RuntimeException(); }
  public  scala.PartialFunction receive () { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy