Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.BatchMessage
Packages that use BatchMessage
Package
Description
Services and related beans and dependencies.
Batch message processing related clases.
-
Uses of BatchMessage in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type BatchMessageModifier and TypeMethodDescriptionBatchMessageRepository.findUnprocessed()Find unprocessed batch messages.BatchMessageRepository.findUnprocessedList()Find unprocessed batch messages. -
Uses of BatchMessage in es.kukenan.smartfi.microservice.communication.service.batch
Methods in es.kukenan.smartfi.microservice.communication.service.batch that return types with arguments of type BatchMessageModifier and TypeMethodDescriptionDataWareHouseBatchService.findUnprocessedBatchMessages()Get unprocessed batch messages as a stream.Methods in es.kukenan.smartfi.microservice.communication.service.batch with parameters of type BatchMessageModifier and TypeMethodDescriptionprivate voidDataWareHouseBatchService.handleNotification(BatchMessage batchMessage, Notification notification) Handle the given notification generated by the given batch message.private voidDataWareHouseBatchService.handleProcessError(BatchMessage batchMessage, Exception ex) Handle the case when a notification has generated due to errors during the process.private voidDataWareHouseBatchService.handleUserNotificationsDisabled(BatchMessage batchMessage) Handle the case when a notification has not been generated by the given batch message (user notifications must be disabled).private voidBatchNotificationsScheduledTaskExecutor.process(BatchMessage batchMessage) Process a single batch message.voidDataWareHouseBatchService.sendBatchMessage(BatchMessage batchMessage) Process a single batch message.