Interface UuidGenerator


  • public interface UuidGenerator
    Generator to generate UUID strings.
    • Method Detail

      • generateUuid

        String generateUuid()
        Generates an UUID string representation.
        Returns:
        the unique id.
      • generateExchangeUuid

        default String generateExchangeUuid()
        Generates an UUID string representation to be used as exchange id.
        Returns:
        the unique exchange id