Interface IdGenerator

    • Method Detail

      • create

        java.lang.String create​(java.lang.Object msg)
        Create a unique id based on the object.
        Parameters:
        msg - the object to create an id around
        Returns:
        a unique id for use.