jio.jdbc.TxSuccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jio-jdbc Show documentation
Show all versions of jio-jdbc Show documentation
Functional and reactive JDBC client in Java
package jio.jdbc;
/**
* Represents a successful transaction with a specific output.
*
* @param output the value the transaction returns when ends successfully
* @param