Interface RemoteReindexExtension


  • public interface RemoteReindexExtension
    This interface provides an extension point for ReindexPlugin. This interface can be implemented to provide a custom Rest interceptor and ActionListener The Rest interceptor can be used to pre-process any reindex request and perform any action on the response. The ActionListener listens to the success and failure events on every reindex request and can be used to take any actions based on the success or failure.