Interface EdgeHandler
-
- All Known Implementing Classes:
OdooEdgeHandler
,SimpleEdgeHandler
public interface EdgeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgeConfig
getEdgeConfig(java.lang.String edgeId)
Gets theEdgeConfig
for an Edge-ID.
-
-
-
Method Detail
-
getEdgeConfig
EdgeConfig getEdgeConfig(java.lang.String edgeId) throws OpenemsError.OpenemsNamedException
Gets theEdgeConfig
for an Edge-ID.- Parameters:
edgeId
- the Edge-ID- Returns:
- the
EdgeConfig
- Throws:
OpenemsError.OpenemsNamedException
- on error
-
-