io.mats3.util.wrappers.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mats-util Show documentation
Show all versions of mats-util Show documentation
Mats^3 Utilities - notably the MatsFuturizer, which provides a bridge from synchronous processes to the highly asynchronous Mats^3 services.
The newest version!
/**
* Wrappers for {@link javax.jms.ConnectionFactory JMS ConnectionFactory} and {@link javax.sql.DataSource JDBC
* DataSource} - with a special "deferred connection proxy" wrapper which is smart to use as underlying DataSource for
* the SQL-oriented JmsMatsTransactionManager
s, as it elides transactions if the connection is not actually
* employed within an initiation or stage processing.
*/
package io.mats3.util.wrappers;