public abstract class DiscoveryConfiguration extends Object implements Toggleable
| Modifier and Type | Field and Description | 
|---|---|
| static boolean | DEFAULT_ENABLEDThe default enable value. | 
| static String | PREFIXThe prefix to use for all client discovery settings. | 
| Constructor and Description | 
|---|
| DiscoveryConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isEnabled() | 
| void | setEnabled(boolean enabled)Default value (true). | 
public static final String PREFIX
public static final boolean DEFAULT_ENABLED
public boolean isEnabled()
isEnabled in interface Toggleablepublic void setEnabled(boolean enabled)
enabled - Whether discovery is enabled