Interface UuidGenerator


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

    Modifier and Type
    Method
    Description
    default String
    Generates an UUID string representation to be used as exchange id.
    Generates an UUID string representation.
  • Method Details

    • 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