Package com.flowable.indexing.job.history.async
package com.flowable.indexing.job.history.async
-
ClassDescriptionWrapper for the async history job data, to avoid messing with maps and lists.A listener for command context lifecycle close events that generates JSON (using Jackson) and corresponding
HistoryJobEntity
when theCommandContext
closes and adds them to the list of entities that will be inserted to the database.An interceptor that will be called before and/or after the execution of aBulkRequest
in theBulkIndexingSession
.