SphereClient
.See: Description
Interface | Description |
---|---|
ObservedDuration |
Contains duration information for a particular aspect of one execution of a
SimpleMetricsSphereClient.execute(SphereRequest) . |
Class | Description |
---|---|
ObservedDeserializationDuration |
Message for the duration of transforming the http response body into a Java object.
|
ObservedSerializationDuration |
Contains the amount of time spent to transform the Java request object into a
HttpRequestIntent object. |
ObservedTotalDuration |
The total amount of one execution of
SimpleMetricsSphereClient.execute(SphereRequest) until the CompletionStage is completed. |
SimpleMetricsSphereClient |
A decorator for
SphereClient s which collects the time of serialization from and to JSON
as well as the time waiting for the response from the Composable Commerce API. |
SphereClient
.