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

com.backendless.transaction.UnitOfWorkExecutor Maven / Gradle / Ivy

There is a newer version: 7.0-alpha
Show newest version
package com.backendless.transaction;

import com.backendless.async.callback.AsyncCallback;

interface UnitOfWorkExecutor
{
  UnitOfWorkResult execute();

  void execute( AsyncCallback responder );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy