Package church.i18n.processing.storage
Interface ProcessingIdProvider
- All Known Subinterfaces:
StorageSupplier
- All Known Implementing Classes:
ThreadNameProcessingIdProvider
public interface ProcessingIdProvider
An interface describing a unique identification of processing operation.
-
Method Summary
-
Method Details
-
getProcessingId
Unique identification of a processing request.- Returns:
- The method should return the same value for a single processing request across the whole system. However, it should return unique value for all different operations. One of possible implementations could that it returns UUID per each user request. Typical example could be a request ID or a correlation ID of a request.
-