Class CompositeHook

java.lang.Object
org.apache.jackrabbit.oak.spi.commit.CompositeHook
All Implemented Interfaces:
CommitHook

public class CompositeHook extends Object implements CommitHook
Composite commit hook. Maintains a list of component hooks and takes care of calling them in proper sequence.