Uses of Interface
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory
Packages that use AsyncWaitStrategyFactory
-
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async that return AsyncWaitStrategyFactoryConstructors in org.apache.logging.log4j.core.async with parameters of type AsyncWaitStrategyFactoryModifierConstructorDescriptionAsyncLoggerConfigDisruptor(AsyncWaitStrategyFactory asyncWaitStrategyFactory) -
Uses of AsyncWaitStrategyFactory in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return AsyncWaitStrategyFactoryModifier and TypeMethodDescriptionAbstractConfiguration.getAsyncWaitStrategyFactory()Configuration.getAsyncWaitStrategyFactory()Returns theAsyncWaitStrategyFactorydefined in this Configuration; this factory is used to create the LMAX disruptorWaitStrategyused by the disruptor ringbuffer for Async Loggers.