Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlEndpoint
Packages that use YamlEndpoint
Package
Description
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 YamlEndpointModifier and TypeFieldDescriptionprivate YamlEndpointYamlProcess.aasEndpointprivate YamlEndpointYamlRelation.endpointprivate YamlEndpointYamlProcess.serviceStreamEndpointprivate YamlEndpointYamlProcess.streamEndpointMethods in de.iip_ecosphere.platform.services.spring.yaml that return YamlEndpointModifier and TypeMethodDescriptionYamlProcess.getAasEndpoint()YamlRelation.getEndpoint()YamlProcess.getServiceStreamEndpoint()YamlProcess.getStreamEndpoint()Methods in de.iip_ecosphere.platform.services.spring.yaml with parameters of type YamlEndpointModifier and TypeMethodDescriptionvoidYamlProcess.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.