Class ReindexMessagesCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ReindexMessagesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • MESSAGE_PAGE_SIZE

      public static final int MESSAGE_PAGE_SIZE
      See Also:
    • indexName

      protected String indexName
    • conversationId

      protected String conversationId
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

    • ReindexMessagesCmd

      public ReindexMessagesCmd(String indexName, int start, int pageSize)
    • ReindexMessagesCmd

      public ReindexMessagesCmd(String conversationId)
  • Method Details