CharonFactory instead.@Deprecated public class CharonClientFactory extends CharonFactory
| Constructor and Description |
|---|
CharonClientFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Deprecated.
remove all clients from the cache
|
<T> T |
client(String appId,
Class<T> clientType,
Function<<any>,T> builder)
Deprecated.
returns a cached instance of http client.
|
void |
setResolver(PropertyResolver resolver)
Deprecated.
|
public <T> T client(String appId, Class<T> clientType, Function<<any>,T> builder)
T - appId - clientType - builder - client builder modifierpublic void clearCache()
public void setResolver(PropertyResolver resolver)
Copyright © 2017 SAP SE. All Rights Reserved.