org.wildfly.swarm.config.infinispan.RemoteCacheContainerSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.infinispan;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface RemoteCacheContainerSupplier {
/**
* Constructed instance of RemoteCacheContainer resource
*
* @return The instance
*/
public RemoteCacheContainer get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy