Interface ICompletedRootHandler<TRoot>

  • Type Parameters:
    TRoot - the root mapping type

    public interface ICompletedRootHandler<TRoot>
    The handler that should be invoked, when the root mapping is completed.
    • Method Detail

      • handle

        void handle​(TRoot root)
        Handles the root completion.
        Parameters:
        root - the completed root mapping, can not be null