public interface ClientConfigurator
Configurator allowing SDK users to customize the underlying REST client.
Modifier and Type | Method and Description |
---|---|
void |
customizeBuilder(javax.ws.rs.client.ClientBuilder builder)
Customize the ClientBuilder instance.
|
void |
customizeClient(javax.ws.rs.client.Client client)
Customize the Client generated by the builder.
|
default void |
customizeRequest(BmcRequest<?> request,
WrappedInvocationBuilder ib)
Customize a request before it is made.
|
void customizeBuilder(javax.ws.rs.client.ClientBuilder builder)
Customize the ClientBuilder instance.
builder
- The client builder.void customizeClient(javax.ws.rs.client.Client client)
Customize the Client generated by the builder.
client
- The client.default void customizeRequest(BmcRequest<?> request, WrappedInvocationBuilder ib)
Customize a request before it is made.
request
- The requestib
- the invocation builderCopyright © 2016–2023. All rights reserved.