org.wildfly.swarm.config.elytron.CachingRealmSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.elytron;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface CachingRealmSupplier {
/**
* Constructed instance of CachingRealm resource
*
* @return The instance
*/
public CachingRealm get();
}