onAfterPhase

public abstract void onAfterPhase(Phase<I> phase)

A callback invoked after applying a transaction phase.

This callback is invoked for both successfully applied and failed phases.

Parameters

phase

the phase which was applied before this callback is invoked