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