Uses of Class
org.apache.logging.log4j.core.async.AsyncWaitStrategyFactoryConfig.Builder
-
Packages that use AsyncWaitStrategyFactoryConfig.Builder Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of AsyncWaitStrategyFactoryConfig.Builder in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async with type parameters of type AsyncWaitStrategyFactoryConfig.Builder Modifier and Type Class Description static class
AsyncWaitStrategyFactoryConfig.Builder<B extends AsyncWaitStrategyFactoryConfig.Builder<B>>
Builds AsyncWaitStrategyFactoryConfig instances.Methods in org.apache.logging.log4j.core.async with type parameters of type AsyncWaitStrategyFactoryConfig.Builder Modifier and Type Method Description static <B extends AsyncWaitStrategyFactoryConfig.Builder<B>>
BAsyncWaitStrategyFactoryConfig. newBuilder()
-