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