Interface RidGeneratorService<T>
-
- Type Parameters:
T- the requestDTO.
- All Known Implementing Classes:
RidGeneratorServiceImpl
public interface RidGeneratorService<T>This interface contains methods for RID generation.- Since:
- 1.0.0
- Author:
- Ritesh Sinha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgenerateRid(String centerId, String machineId)This method generate RID based on center id and machine id provided.
-