public class DiscoveryOptions extends Object
Constructor and Description |
---|
DiscoveryOptions(boolean refreshOnly, boolean pruning, Class<?> environmentType) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEnvironmentType() |
boolean |
isPruning() |
boolean |
isRefreshOnly() |
String |
toString() |
public DiscoveryOptions(boolean refreshOnly, boolean pruning, Class<?> environmentType)