Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlEndpoint
-
Packages that use YamlEndpoint Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlEndpoint in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml declared as YamlEndpoint Modifier and Type Field Description private YamlEndpointYamlProcess. aasEndpointprivate YamlEndpointYamlRelation. endpointprivate YamlEndpointYamlProcess. serviceStreamEndpointprivate YamlEndpointYamlProcess. streamEndpointMethods in de.iip_ecosphere.platform.services.spring.yaml that return YamlEndpoint Modifier and Type Method Description YamlEndpointYamlProcess. getAasEndpoint()YamlEndpointYamlRelation. getEndpoint()YamlEndpointYamlProcess. getServiceStreamEndpoint()YamlEndpointYamlProcess. getStreamEndpoint()Methods in de.iip_ecosphere.platform.services.spring.yaml with parameters of type YamlEndpoint Modifier and Type Method Description voidYamlProcess. setAasEndpoint(YamlEndpoint aasEndpoint)Defines communication endpoint (port/host) the service shall communicate with.voidYamlRelation. setEndpoint(YamlEndpoint endpoint)Defines communication endpoint (port/host) the service shall communicate with.voidYamlProcess. setServiceStreamEndpoint(YamlEndpoint serviceStreamEndpoint)Defines communication endpoint (port/host) for streaming on the service side (to communicate with the process side).voidYamlProcess. setStreamEndpoint(YamlEndpoint streamEndpoint)Defines communication endpoint (port/host) on the process side the service shall communicate with.
-