public interface  org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory extends java.lang.Object
{
public abstract com.lmax.disruptor.WaitStrategy createWaitStrategy();
}