Package org.apache.sling.distribution
@ParametersAreNonnullByDefault
@Version("0.4.1")
package org.apache.sling.distribution
-
ClassDescriptionA
DistributionRequest
represents the need from the caller to have some content being distributed from a source instance to a target instance.The different states aDistributionRequest
can have during its lifecycle.The request type tied to a specificDistributionRequest
, used to decide how the distribution content should be aggregated.ADistributionResponse
represents the outcome of aDistributionRequest
as handled by a certain distribution agent.ADistributionResponseInfo
represents an additional info for therequest
A distributor is responsible for dispatchingDistributionRequest
s to distribution agents.Exception thrown by the Import post processor implementationsExecutes any operations post import of distribution contentException thrown to indicate an issue that prevents the content from being imported successfully during the pre-import processing phase.Interface for executing operations before the import of distribution content.Exception thrown by the Invalidation processor implementationsExecutes cache invalidation requestsASimpleDistributionRequest
is aDistributionRequest
where all paths are either "deep" or "shallow".