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

com.lvonce.artist.transaction.TccTask Maven / Gradle / Ivy

There is a newer version: 0.1.17
Show newest version
package com.lvonce.artist.transaction;

public interface TccTask extends Task {

    void cancel(T command);

    void confirm(T command);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy