Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Endpoint
Packages that use Endpoint
Package
Description
Uses the Spring Local Cloud Deployer as Service Manager Implementation.
Interfaces describing the deployment descriptor.
Yaml implementation of the file-based artifact descriptor.
-
Uses of Endpoint in de.iip_ecosphere.platform.services.spring
Methods in de.iip_ecosphere.platform.services.spring with parameters of type EndpointModifier and TypeMethodDescriptionstatic voidDescriptorUtils.addEndpointArgs(List<String> cmdLine, Endpoint endpoint, int port, String host) Adds commandline args for a givenendpoint.static voidDescriptorUtils.addEndpointArgs(List<String> cmdLine, Endpoint endpoint, de.iip_ecosphere.platform.support.ServerAddress addr) Adds commandline args for a givenendpoint. -
Uses of Endpoint in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return EndpointModifier and TypeMethodDescriptionProcessSpec.getAasEndpoint()Returns AAS endpoint (port/host) the service shall communicate with for commands.Relation.getEndpoint()Returns communication endpoint (port/host) the service shall communicate with.ProcessSpec.getServiceStreamEndpoint()Returns streaming endpoint (port/host) on the service side the process shall communicate with.ProcessSpec.getStreamEndpoint()Returns streaming endpoint (port/host) on the process side the service shall communicate with.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type Endpoint -
Uses of Endpoint in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement EndpointMethods in de.iip_ecosphere.platform.services.spring.yaml that return EndpointModifier and TypeMethodDescriptionYamlServer.getAasEndpoint()YamlServer.getServiceStreamEndpoint()YamlServer.getStreamEndpoint()