Uses of Interface
org.apache.sling.spi.resource.provider.ObserverConfiguration
Packages that use ObserverConfiguration
Package
Description
-
Uses of ObserverConfiguration in org.apache.sling.resourceresolver.impl.observation
Classes in org.apache.sling.resourceresolver.impl.observation that implement ObserverConfigurationModifier and TypeClassDescriptionclass
Implementation of aObserverConfiguration
Methods in org.apache.sling.resourceresolver.impl.observation that return types with arguments of type ObserverConfigurationMethods in org.apache.sling.resourceresolver.impl.observation with parameters of type ObserverConfigurationModifier and TypeMethodDescriptionvoid
BasicObservationReporter.reportChanges
(ObserverConfiguration config, Iterable<ResourceChange> changes, boolean distribute) -
Uses of ObserverConfiguration in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return types with arguments of type ObserverConfigurationModifier and TypeMethodDescription@NotNull List<ObserverConfiguration>
ObservationReporter.getObserverConfigurations()
Get the list of observer configurations affecting the provider this reporter is bound to.Methods in org.apache.sling.spi.resource.provider with parameters of type ObserverConfigurationModifier and TypeMethodDescriptionvoid
ObservationReporter.reportChanges
(@NotNull ObserverConfiguration config, @NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.