Class OnActionSucceededOptions<T>

    • Constructor Detail

      • OnActionSucceededOptions

        public OnActionSucceededOptions​(IndexAction<T> indexAction)
        Creates a new OnActionSucceededOptions object.
        Parameters:
        indexAction - The action that successfully completed indexing.
    • Method Detail

      • getIndexAction

        public IndexAction<T> getIndexAction()
        Gets the action.
        Returns:
        The action.