Interface AccessoryWithName
-
public interface AccessoryWithNameAccessory with name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<String>getName()Retrieves the name of service.
-
-
-
Method Detail
-
getName
CompletableFuture<String> getName()
Retrieves the name of service.- Returns:
- a future with the name
-
-