Uses of Interface
org.apache.sling.distribution.journal.impl.subscriber.IdleCheck
-
Packages that use IdleCheck Package Description org.apache.sling.distribution.journal.impl.subscriber -
-
Uses of IdleCheck in org.apache.sling.distribution.journal.impl.subscriber
Classes in org.apache.sling.distribution.journal.impl.subscriber that implement IdleCheck Modifier and Type Class Description class
NoopIdle
class
SubscriberIdle
A DistributionSubscriber is considered ready when it is idle for more than the READY_IDLE_TIME_SECONDS at least once ; or when it is busy processing the same package for more than MAX_RETRIES times.Constructors in org.apache.sling.distribution.journal.impl.subscriber with parameters of type IdleCheck Constructor Description SubscriberIdleCheck(org.osgi.framework.BundleContext context, IdleCheck idleCheck)
-