public class SpringXDTemplate extends java.lang.Object implements SpringXDOperations
Modifier and Type | Field and Description |
---|---|
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.
|
TapOperations |
tapOperations()
Returns the portion of the API for interaction with Taps.
|
TriggerOperations |
triggerOperations()
Returns the portion of the API for interaction with Triggers.
|
protected org.springframework.web.client.RestTemplate restTemplate
protected java.util.Map<java.lang.String,java.net.URI> resources
public StreamOperations streamOperations()
SpringXDOperations
streamOperations
in interface SpringXDOperations
public TapOperations tapOperations()
SpringXDOperations
tapOperations
in interface SpringXDOperations
public TriggerOperations triggerOperations()
SpringXDOperations
triggerOperations
in interface SpringXDOperations
public JobOperations jobOperations()
SpringXDOperations
jobOperations
in interface SpringXDOperations
public CounterOperations counterOperations()
SpringXDOperations
counterOperations
in interface SpringXDOperations
public FieldValueCounterOperations fvcOperations()
SpringXDOperations
fvcOperations
in interface SpringXDOperations
public AggregateCounterOperations aggrCounterOperations()
SpringXDOperations
aggrCounterOperations
in interface SpringXDOperations
public GaugeOperations gaugeOperations()
SpringXDOperations
gaugeOperations
in interface SpringXDOperations
public RichGaugeOperations richGaugeOperations()
SpringXDOperations
richGaugeOperations
in interface SpringXDOperations