Uses of Interface
fr.becpg.repo.batch.BatchClosingHook
Packages that use BatchClosingHook
-
Uses of BatchClosingHook in fr.becpg.repo.batch
Fields in fr.becpg.repo.batch declared as BatchClosingHookModifier and TypeFieldDescriptionprivate BatchClosingHookBatchQueueServiceImpl.BatchCommand.closingHookMethods in fr.becpg.repo.batch with parameters of type BatchClosingHookModifier and TypeMethodDescription<T> BooleanBatchQueueService.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.<T> BooleanBatchQueueServiceImpl.queueBatch(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook) queueBatch.Constructors in fr.becpg.repo.batch with parameters of type BatchClosingHookModifierConstructorDescriptionBatchCommand(BatchInfo batchInfo, List<BatchStep<T>> batchSteps, BatchClosingHook closingHook)