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

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

The newest version!
package com.backendless.transaction;

import com.backendless.async.callback.AsyncCallback;

interface UnitOfWorkExecutor
{
  UnitOfWorkResult execute();

  void execute( AsyncCallback responder );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy