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

com.aliyun.openservices.ons.api.exactlyonce.datasource.MQConnection Maven / Gradle / Ivy

There is a newer version: 1.9.3.Final
Show newest version
package com.aliyun.openservices.ons.api.exactlyonce.datasource;

import com.alibaba.druid.pool.DruidPooledConnection;

import com.aliyun.openservices.ons.api.exactlyonce.datasource.core.AbstractMQTxDataSource;
import com.aliyun.openservices.ons.api.exactlyonce.datasource.core.MQTxConnection;

/**
 * @author gongshi
 */
public class MQConnection extends MQTxConnection {

    public MQConnection(DruidPooledConnection connection, AbstractMQTxDataSource dataSource) {
        super(dataSource, connection);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy