public class RuntimeTemplate extends java.lang.Object implements RuntimeOperations
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEPLOYMENTS_URI |
protected java.util.Map<java.lang.String,java.net.URI> |
resources
Holds discovered URLs of the API.
|
protected org.springframework.web.client.RestTemplate |
restTemplate
A template used for http interaction.
|
Modifier and Type | Method and Description |
---|---|
ContainerAttributesResource.Page |
listRuntimeContainers() |
ModuleMetadataResource.Page |
listRuntimeModules() |
ModuleMetadataResource.Page |
listRuntimeModulesByContainer(java.lang.String containerId) |
protected static final java.lang.String DEPLOYMENTS_URI
protected org.springframework.web.client.RestTemplate restTemplate
protected java.util.Map<java.lang.String,java.net.URI> resources
public ContainerAttributesResource.Page listRuntimeContainers()
listRuntimeContainers
in interface RuntimeOperations
public ModuleMetadataResource.Page listRuntimeModules()
listRuntimeModules
in interface RuntimeOperations
public ModuleMetadataResource.Page listRuntimeModulesByContainer(java.lang.String containerId)
listRuntimeModulesByContainer
in interface RuntimeOperations