public class ChronosClient extends Object
Marathon| Modifier and Type | Class and Description |
|---|---|
static class |
ChronosClient.MultiDecoder |
| Constructor and Description |
|---|
ChronosClient() |
| Modifier and Type | Method and Description |
|---|---|
static Chronos |
getInstance(String endpoint) |
static Chronos |
getInstance(String endpoint,
feign.RequestInterceptor... interceptors)
The generalized version of the method that allows more in-depth customizations via
RequestInterceptors. |
static Chronos |
getInstanceWithBasicAuth(String endpoint,
String username,
String password)
Creates a Chronos client proxy that performs HTTP basic authentication.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.