Uses of Interface
client.Marathon
Packages that use Marathon
-
Uses of Marathon in client
Modifier and TypeMethodDescriptionstatic MarathonMarathonClient.getInstance(String endpoint) static MarathonMarathonClient.getInstance(String endpoint, feign.RequestInterceptor... interceptors) The generalized version of the method that allows more in-depth customizations viaRequestInterceptors.static MarathonMarathonClient.getInstanceWithBasicAuth(String endpoint, String username, String password) Creates a Marathon client proxy that performs HTTP basic authentication.static MarathonMarathonClient.getInstanceWithTokenAuth(String endpoint, String token) Creates a Marathon client proxy that uses a token for authentication. -
Uses of Marathon in com.marathon.hazelcast.servicediscovery
Constructors in com.marathon.hazelcast.servicediscovery with parameters of type Marathon