Uses of Interface
org.apache.sling.spi.resource.provider.ObserverConfiguration
Package
Description
-
Uses of ObserverConfiguration in org.apache.sling.resourceresolver.impl.observation
Modifier and TypeClassDescriptionclass
Implementation of aObserverConfiguration
Modifier and TypeMethodDescriptionvoid
BasicObservationReporter.reportChanges
(ObserverConfiguration config, Iterable<ResourceChange> changes, boolean distribute) -
Uses of ObserverConfiguration in org.apache.sling.spi.resource.provider
Modifier and TypeMethodDescription@NotNull List<ObserverConfiguration>
ObservationReporter.getObserverConfigurations()
Get the list of observer configurations affecting the provider this reporter is bound to.Modifier and TypeMethodDescriptionvoid
ObservationReporter.reportChanges
(@NotNull ObserverConfiguration config, @NotNull Iterable<ResourceChange> changes, boolean distribute) A resource provider can inform about a list of changes.