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