
de.codecentric.mule.assertobjectequals.generated.adapter.PoolManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assert-object-equals-connector Show documentation
Show all versions of assert-object-equals-connector Show documentation
A Mule connector for comparing object structures (Map/List) or XML in MUnit tests.
The newest version!
package de.codecentric.mule.assertobjectequals.generated.adapter;
import javax.annotation.Generated;
@SuppressWarnings("all")
@Generated(value = "Mule DevKit Version 3.9.7", date = "2019-02-27T07:16:01+01:00", comments = "Build mule-devkit-3.9.7.2818.62a60e1")
public interface PoolManager {
/**
* Retrieves the pool of objects
*/
public org.mule.util.pool.LifecyleEnabledObjectPool getLifecyleEnabledObjectPool();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy