Interface ExternalTaskTriggerConsumer
- All Known Implementing Classes:
AnnotationScanningExternalTaskTriggerConsumer
public interface ExternalTaskTriggerConsumer
An interface for consuming batches of ExternalTaskTriggerDTOs associated with specific job IDs.
-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptBatch(List<io.taktx.dto.ExternalTaskTriggerDTO> batch) Accepts a batch of ExternalTaskTriggerDTOs for processing.Retrieves the set of job IDs that this consumer is interested in.
-
Method Details
-
getJobIds
-
acceptBatch
Accepts a batch of ExternalTaskTriggerDTOs for processing.- Parameters:
batch- A list of ExternalTaskTriggerDTOs to be processed.
-