Interface RegistrationCenterIdGenerator<T>
-
- Type Parameters:
T- the id type.
public interface RegistrationCenterIdGenerator<T>Interface that provides method to generate Registration Center ID.- Since:
- 1.0.0
- Author:
- Sagar Mahapatra
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgenerateRegistrationCenterId()This method generates registration center id.
-
-
-
Method Detail
-
generateRegistrationCenterId
T generateRegistrationCenterId()
This method generates registration center id.- Returns:
- the generated registration center id.
-
-