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

org.drools.persistence.TransactionSynchronization Maven / Gradle / Ivy

There is a newer version: 9.44.0.Final
Show newest version
package org.drools.persistence;

public interface TransactionSynchronization {
    
    void beforeCompletion();
    
    void afterCompletion(int status);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy