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

jio.jdbc.TxResult Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC2
Show newest version
package jio.jdbc;

/**
 * Represents the result of a transaction. It is a sealed interface permitting two possible outcomes: {@link TxSuccess}
 * and {@link TxPartialSuccess}.
 */
public sealed interface TxResult permits TxSuccess, TxPartialSuccess {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy