| Package | Description |
|---|---|
| client | |
| com.marathon.hazelcast.servicediscovery |
| Modifier and Type | Method and Description |
|---|---|
static Marathon |
MarathonClient.getInstance(String endpoint) |
static Marathon |
MarathonClient.getInstance(String endpoint,
feign.RequestInterceptor... interceptors)
The generalized version of the method that allows more in-depth customizations via
RequestInterceptors. |
static Marathon |
MarathonClient.getInstanceWithBasicAuth(String endpoint,
String username,
String password)
Creates a Marathon client proxy that performs HTTP basic authentication.
|
static Marathon |
MarathonClient.getInstanceWithTokenAuth(String endpoint,
String token)
Creates a Marathon client proxy that uses a token for authentication.
|
| Constructor and Description |
|---|
MarathonPoller(Marathon marathon,
String app,
int portIndex) |
Copyright © 2017. All rights reserved.