Interface PostValidationHook
-
- All Superinterfaces:
CommitHook
public interface PostValidationHook extends CommitHook
Extension to theCommitHook
interface that indicates that this commit hook implementation must be executed after the validation hooks.
-
-
Method Summary
-
Methods inherited from interface org.apache.jackrabbit.oak.spi.commit.CommitHook
processCommit
-
-