Uses of Interface
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactory
Packages that use AsyncWaitStrategyFactory
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
-
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.