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

io.quarkus.narayana.stm.runtime.NarayanaSTMRecorder Maven / Gradle / Ivy

package io.quarkus.narayana.stm.runtime;

import com.arjuna.ats.arjuna.common.arjPropertyManager;

import io.quarkus.runtime.annotations.Recorder;

@Recorder
public class NarayanaSTMRecorder {
    public void disableTransactionStatusManager() {
        arjPropertyManager.getCoordinatorEnvironmentBean()
                .setTransactionStatusManagerEnable(false);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy