Uses of Interface
pl.edu.icm.unity.engine.api.endpoint.EndpointInstance
-
Packages that use EndpointInstance Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.endpoint Endpoint API -
-
Uses of EndpointInstance in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that return types with arguments of type EndpointInstance Modifier and Type Method Description List<EndpointInstance>EndpointManagement. getDeployedEndpointInstances() -
Uses of EndpointInstance in pl.edu.icm.unity.engine.api.endpoint
Subinterfaces of EndpointInstance in pl.edu.icm.unity.engine.api.endpoint Modifier and Type Interface Description interfaceWebAppEndpointInstanceServlet endpoint instanceClasses in pl.edu.icm.unity.engine.api.endpoint that implement EndpointInstance Modifier and Type Class Description classAbstractEndpointTypical boilerplate for all endpoints.classAbstractWebEndpointTypical boilerplate for allWebAppEndpointInstances.Methods in pl.edu.icm.unity.engine.api.endpoint that return EndpointInstance Modifier and Type Method Description EndpointInstanceEndpointFactory. newInstance()
-