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