com.humegatech.mule.modules.car2go.generated.adapter.PoolManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of car2go-connector Show documentation
Show all versions of car2go-connector Show documentation
Mule Anypoint Connector for the Car2Go API v2.1
The newest version!
package com.humegatech.mule.modules.car2go.generated.adapter;
import javax.annotation.Generated;
@SuppressWarnings("all")
@Generated(value = "Mule DevKit Version 3.8.0", date = "2017-04-01T05:55:33-05:00", comments = "Build UNNAMED.2762.e3b1307")
public interface PoolManager {
/**
* Retrieves the pool of objects
*/
public org.mule.util.pool.LifecyleEnabledObjectPool getLifecyleEnabledObjectPool();
}