DiscoveryClientManager | DiscoveryClientManager | |||
---|---|---|---|---|
Compiled from "DiscoveryClientManager.java" | Compiled from "DiscoveryClientManager.java" | |||
public class io.dropwizard.discovery.client.DiscoveryClientManager implemen | public class io.dropwizard.discovery.client.DiscoveryClientManager<T> imple | |||
ts io.dropwizard.lifecycle.Managed { | ments io.dropwizard.lifecycle.Managed { | |||
public io.dropwizard.discovery.client.DiscoveryClientManager(io.dropwizar | public io.dropwizard.discovery.client.DiscoveryClientManager(io.dropwizar | |||
d.discovery.client.DiscoveryClient); | d.discovery.client.DiscoveryClient<T>); | |||
public void start() throws java.lang.Exception; | public void start() throws java.lang.Exception; | |||
public void stop() throws java.lang.Exception; | public void stop() throws java.lang.Exception; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |