Uses of Interface
org.apache.sling.distribution.journal.impl.subscriber.IdleCheck
Packages that use IdleCheck
-
Uses of IdleCheck in org.apache.sling.distribution.journal.impl.subscriber
Classes in org.apache.sling.distribution.journal.impl.subscriber that implement IdleCheckModifier and TypeClassDescriptionclass
class
A DistributionSubscriber is considered ready when one of the conditions is met: is idle (no further message received) for more than the idleMillis at least once 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 IdleCheckModifierConstructorDescriptionSubscriberIdleCheck
(org.osgi.framework.BundleContext context, IdleCheck idleCheck)