Interface EntityService
-
- All Known Implementing Classes:
MemoryEntityService
public interface EntityServiceA service which provides access to business-specific entities.- Author:
- mpolden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<NodeEntity>findNode(java.lang.String hostname)java.util.Map<PropertyId,Property>listProperties()List all properties known by the service
-
-
-
Method Detail
-
listProperties
java.util.Map<PropertyId,Property> listProperties()
List all properties known by the service
-
findNode
java.util.Optional<NodeEntity> findNode(java.lang.String hostname)
-
-