generateGlobalId

Generates a unique global ID string.

This function provides a convenient way to generate a globally unique identifier using the GlobalIdGenerator. The ID is generated as a string representation suitable for use in various contexts such as message IDs.

Return

a unique global ID as a string

See also

val id = generateGlobalId() // Generates a unique string like "0H1F2G3H4I5J6K7L8M9N0O1P2Q3"