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

io.quarkus.narayana.jta.runtime.test.TestTransactionCallback Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
package io.quarkus.narayana.jta.runtime.test;

public interface TestTransactionCallback {

    void postBegin();

    void preRollback();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy