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 Detail

      • generateRegistrationCenterId

        T generateRegistrationCenterId()
        This method generates registration center id.
        Returns:
        the generated registration center id.