Package org.apache.camel.spi
Interface UuidGenerator
-
public interface UuidGeneratorGenerator to generate UUID strings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgenerateExchangeUuid()Generates an UUID string representation to be used as exchange id.StringgenerateUuid()Generates an UUID string representation.
-