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

examples.TransactionServiceImpl Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR2
Show newest version
package examples;

import io.vertx.core.AsyncResult;
import io.vertx.core.Handler;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.api.service.ServiceRequest;
import io.vertx.ext.web.api.service.ServiceResponse;

/**
 * @author Francesco Guardiani
 */
public class TransactionServiceImpl implements TransactionService {
  @Override
  public void getTransactionsList(String from, String to, ServiceRequest context, Handler> resultHandler) {

  }

  @Override
  public void putTransaction(JsonObject body, ServiceRequest context, Handler> resultHandler) {

  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy