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

jio.jdbc.TxSuccess Maven / Gradle / Ivy

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

/**
 * Represents a successful transaction with a specific output.
 *
 * @param output   the value the transaction returns when ends successfully
 * @param  The type of the transaction output.
 */
public record TxSuccess(Output output) implements TxResult {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy