Uses of Interface
org.apache.logging.log4j.core.util.Cancellable
-
Packages that use Cancellable Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Cancellable in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Cancellable Modifier and Type Method Description CancellableLog4jContextFactory. addShutdownCallback(java.lang.Runnable callback) -
Uses of Cancellable in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return Cancellable Modifier and Type Method Description CancellableDefaultShutdownCallbackRegistry. addShutdownCallback(java.lang.Runnable callback)CancellableShutdownCallbackRegistry. addShutdownCallback(java.lang.Runnable callback)Adds a Runnable shutdown callback to this class.
-