Interface IDUUIUrlAccessible
- All Known Implementing Classes:
DUUIDockerDriver.ComponentInstance
,DUUIKubernetesDriver.ComponentInstance
public interface IDUUIUrlAccessible
Interface for the generation of DUUI-available URLs
- Author:
- Alexander Leonhardt
-
Method Summary
Modifier and TypeMethodDescriptionReturns the URL of the DUUI-component.Returns the communication layer.Returns the connection handler for accessing connectors.
-
Method Details
-
generateURL
String generateURL()Returns the URL of the DUUI-component.- Returns:
-
getHandler
IDUUIConnectionHandler getHandler()Returns the connection handler for accessing connectors.- Returns:
-
getCommunicationLayer
IDUUICommunicationLayer getCommunicationLayer()Returns the communication layer.- Returns:
- See Also:
-
Lua
-