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

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

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  class APIManagerMock extends com.stratio.crossdata.core.api.APIManager {
  public   APIManagerMock () { throw new RuntimeException(); }
  public  com.stratio.crossdata.common.result.Result processRequest (com.stratio.crossdata.common.ask.Command cmd) { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy