Interface AccessoryWithName


  • public interface AccessoryWithName
    Accessory with name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<java.lang.String> getName()
      Retrieves the name of service.
    • Method Detail

      • getName

        java.util.concurrent.CompletableFuture<java.lang.String> getName()
        Retrieves the name of service.
        Returns:
        a future with the name