public final class ClientConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientConfiguration.Builder
This is a builder for
ClientConfiguration |
| Modifier and Type | Method and Description |
|---|---|
Executor |
getExecutor()
Returns the executor which must be used by the client to process
requests.
|
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 List<RequestProcessor> getRequestProcessors()
public Executor getExecutor()
public boolean isSteamingEnabled()
true streaming capability will be advertised in the
accept HTTP header.Copyright © 2022. All rights reserved.