Interface ConversationIndexingService

All Known Implementing Classes:
ConversationIndexingServiceImpl

public interface ConversationIndexingService
  • Method Summary

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

    • reindex

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

      void reindex(String conversationId)