Class ProcessFailedEvent

    • Constructor Detail

      • ProcessFailedEvent

        public ProcessFailedEvent​(com.broadleafcommerce.search.api.type.IndexableType indexableType,
                                  @Nullable
                                  String correlationId,
                                  Throwable t)
      • ProcessFailedEvent

        public ProcessFailedEvent​(Object source,
                                  com.broadleafcommerce.search.api.type.IndexableType indexableType,
                                  @Nullable
                                  String correlationId,
                                  Throwable t)
    • Method Detail

      • getError

        public Throwable getError()
        The error which resulted in the failure of the reindex process.
        Returns:
        the error which failed the reindex
      • getCorrelationId

        public String getCorrelationId()
        The ID which uniquely identifies this reindex process.
        Returns:
        the ID which uniquely identifies this reindex process