public class ArtemisHttpClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.mydotey.caravan.util.metric.EventMetricManager |
_eventMetricManager |
protected org.slf4j.Logger |
_logger |
| Constructor and Description |
|---|
ArtemisHttpClient(ArtemisClientConfig config,
String httpClientId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
logEvent(ResponseStatus status,
String service,
String operation) |
protected void |
logEvent(String service,
String operation) |
<T extends HasResponseStatus> |
request(String path,
Object request,
Class<T> clazz) |
protected final org.slf4j.Logger _logger
protected final org.mydotey.caravan.util.metric.EventMetricManager _eventMetricManager
public ArtemisHttpClient(ArtemisClientConfig config, String httpClientId)
public <T extends HasResponseStatus> T request(String path, Object request, Class<T> clazz)
protected void logEvent(ResponseStatus status, String service, String operation)
Copyright © 2020 org.mydotey. All rights reserved.