Interface ConversationIndexingService

All Known Implementing Classes:
ConversationIndexingServiceImpl

public interface ConversationIndexingService
  • Method Summary

    Modifier and Type Method Description
    void reindex()
    Reindex all conversations and messages from DB
    void reindex​(java.lang.String conversationId)  
  • Method Details

    • reindex

      void reindex()
      Reindex all conversations and messages from DB
    • reindex

      void reindex​(java.lang.String conversationId)