| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient |
| Modifier and Type | Method and Description |
|---|---|
static BrightpearlApiClientFactory |
BrightpearlApiClientFactory.brightpearlApiClient()
Static builder method for method chaining, fluent builder style.
|
BrightpearlApiClientFactory |
BrightpearlApiClientFactory.withClientFactory(ClientFactory clientFactory)
Set the
ClientFactory that will supply Client instances for the execution of HTTP requests. |
BrightpearlApiClientFactory |
BrightpearlApiClientFactory.withGson(com.google.gson.Gson gson)
Provide a custom GSON instance for serialising JSON request bodies and deserialising JSON responses.
|
BrightpearlApiClientFactory |
BrightpearlApiClientFactory.withRateLimiter(RateLimiter rateLimiter)
Set the
RateLimiter implementation to be used for monitoring and limiting request throughput. |
Copyright © 2014. All Rights Reserved.