public interface SpringXDOperations
Modifier and Type | Method and Description |
---|---|
AggregateCounterOperations |
aggrCounterOperations()
Returns the portion of the API for interaction with Aggregate Counters.
|
CompletionOperations |
completionOperations()
Returns the portion of the API for providing code completion.
|
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.
|
ModuleOperations |
moduleOperations()
Returns the portion of the API for interaction with Modules' definitions.
|
RichGaugeOperations |
richGaugeOperations()
Returns the portion of the API for interaction with RichGauge.
|
RuntimeOperations |
runtimeOperations()
Returns the portion of the API for interaction with runtime containers/modules.
|
StreamOperations |
streamOperations()
Returns the portion of the API for interacting with Streams.
|
StreamOperations streamOperations()
JobOperations jobOperations()
ModuleOperations moduleOperations()
RuntimeOperations runtimeOperations()
CounterOperations counterOperations()
FieldValueCounterOperations fvcOperations()
AggregateCounterOperations aggrCounterOperations()
GaugeOperations gaugeOperations()
RichGaugeOperations richGaugeOperations()
CompletionOperations completionOperations()