![JAR search and dependency download from the Maven repository](/logo.png)
com.cedarsoft.gdao.async.AsynchronousServiceManager Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.gdao.async;
import com.cedarsoft.async.AsyncCallSupport;
import com.cedarsoft.async.CallbackCaller;
import com.cedarsoft.gdao.GenericService;
import com.cedarsoft.gdao.GenericServiceManager;
import com.cedarsoft.utils.Cache;
import com.cedarsoft.utils.HashedCache;
import org.jetbrains.annotations.NotNull;
import java.util.Iterator;
/**
*
*/
public class AsynchronousServiceManager implements GenericServiceManager {
@NotNull
private final AsyncCallSupport> asyncCallSupport = new AsyncCallSupport>();
@SuppressWarnings( {"MismatchedQueryAndUpdateOfCollection"} )
@NotNull
private final Cache, AsynchronousService
© 2015 - 2025 Weber Informatics LLC | Privacy Policy