public class SpringXDTemplate extends java.lang.Object implements SpringXDOperations
| 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.
|
| Constructor and Description |
|---|
SpringXDTemplate(java.net.URI baseURI) |
| Modifier and Type | Method and Description |
|---|---|
AggregateCounterOperations |
aggrCounterOperations()
Returns the portion of the API for interaction with Aggregate Counters.
|
CounterOperations |
counterOperations()
Returns the portion of the API for interaction with Counters.
|
FieldValueCounterOperations |
fvcOperations()
Returns the portion of the API for interaction with Field Value Counters.
|
GaugeOperations |
gaugeOperations()
Returns the portion of the API for interaction with Gauge.
|
JobOperations |
jobOperations()
Returns the portion of the API for interaction with Jobs.
|
RichGaugeOperations |
richGaugeOperations()
Returns the portion of the API for interaction with RichGauge.
|
StreamOperations |
streamOperations()
Returns the portion of the API for interacting with Streams.
|
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 StreamOperations streamOperations()
SpringXDOperationsstreamOperations in interface SpringXDOperationspublic JobOperations jobOperations()
SpringXDOperationsjobOperations in interface SpringXDOperationspublic CounterOperations counterOperations()
SpringXDOperationscounterOperations in interface SpringXDOperationspublic FieldValueCounterOperations fvcOperations()
SpringXDOperationsfvcOperations in interface SpringXDOperationspublic AggregateCounterOperations aggrCounterOperations()
SpringXDOperationsaggrCounterOperations in interface SpringXDOperationspublic GaugeOperations gaugeOperations()
SpringXDOperationsgaugeOperations in interface SpringXDOperationspublic RichGaugeOperations richGaugeOperations()
SpringXDOperationsrichGaugeOperations in interface SpringXDOperations