public class StreamTemplate extends java.lang.Object implements StreamOperations
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,org.springframework.hateoas.UriTemplate> |
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 |
---|---|
StreamDefinitionResource |
createStream(java.lang.String name,
java.lang.String defintion,
boolean deploy)
Create a new Stream, optionally deploying it.
|
void |
deploy(java.lang.String name,
java.lang.String properties)
Deploy an already created resource.
|
void |
destroy(java.lang.String name)
Destroy an existing resource.
|
void |
destroyAll()
Undeploy all the resources known to the system.
|
StreamDefinitionResource.Page |
list()
List streams known to the system.
|
void |
undeploy(java.lang.String name)
Undeploy a deployed resource, retaining its definition.
|
void |
undeployAll()
Undeploy all the resources known to the system.
|
protected org.springframework.web.client.RestTemplate restTemplate
protected java.util.Map<java.lang.String,org.springframework.hateoas.UriTemplate> resources
public StreamDefinitionResource createStream(java.lang.String name, java.lang.String defintion, boolean deploy)
StreamOperations
createStream
in interface StreamOperations
public void destroy(java.lang.String name)
ResourceOperations
destroy
in interface ResourceOperations
public void deploy(java.lang.String name, java.lang.String properties)
ResourceOperations
deploy
in interface ResourceOperations
public void undeploy(java.lang.String name)
ResourceOperations
undeploy
in interface ResourceOperations
public StreamDefinitionResource.Page list()
StreamOperations
list
in interface StreamOperations
public void undeployAll()
ResourceOperations
undeployAll
in interface ResourceOperations
public void destroyAll()
ResourceOperations
destroyAll
in interface ResourceOperations