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