Uses of Interface
org.apache.logging.log4j.core.util.Cancellable
Packages that use Cancellable
Package
Description
Implementation of Log4j 2.
Classes and interfaces for ZeroMQ/JeroMQ support.
Log4j 2 private implementation classes.
Log4j 2 helper classes.
-
Uses of Cancellable in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as Cancellable -
Uses of Cancellable in org.apache.logging.log4j.core.appender.mom.jeromq
Fields in org.apache.logging.log4j.core.appender.mom.jeromq declared as Cancellable -
Uses of Cancellable in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Cancellable -
Uses of Cancellable in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement CancellableModifier and TypeClassDescriptionprivate static class
Fields in org.apache.logging.log4j.core.util with type parameters of type CancellableModifier and TypeFieldDescriptionprivate final Collection<Reference<Cancellable>>
DefaultShutdownCallbackRegistry.hooks
private Collection<Reference<Cancellable>>
DefaultShutdownCallbackRegistry.RegisteredCancellable.registered
Methods in org.apache.logging.log4j.core.util that return CancellableModifier and TypeMethodDescriptionDefaultShutdownCallbackRegistry.addShutdownCallback
(Runnable callback) ShutdownCallbackRegistry.addShutdownCallback
(Runnable callback) Adds a Runnable shutdown callback to this class.Constructor parameters in org.apache.logging.log4j.core.util with type arguments of type CancellableModifierConstructorDescription(package private)
RegisteredCancellable
(Runnable callback, Collection<Reference<Cancellable>> registered)