Interface ThingBuilder


  • public interface ThingBuilder
    Builder for instances of Thing which uses Object Scoping and Method Chaining to provide a convenient usage experience.
    • Method Detail

      • generateRandomThingId

        @Deprecated
        static String generateRandomThingId()
        Deprecated.
        Generates a random Thing ID without namespace.
        Returns:
        the ID
      • generateRandomTypedThingId

        static ThingId generateRandomTypedThingId()