public final class ClientConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientConfiguration.Builder
This is a builder for
ClientConfiguration |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Executor |
getExecutor()
Returns the executor which must be used by the client to process
requests.
|
java.util.List<RequestProcessor> |
getRequestProcessors() |
Tracer |
getTracer()
Returns the
Tracer configured for the vAPI runtime. |
boolean |
isSteamingEnabled()
Configures the client stack to advertise or not streaming capability.
|
public java.util.List<RequestProcessor> getRequestProcessors()
public java.util.concurrent.Executor getExecutor()
public boolean isSteamingEnabled()
true streaming capability will be advertised in the
accept HTTP header.