org.qi4j.api.configuration
Interface Enabled

All Known Subinterfaces:
DataSourceConfiguration, DataSourceConfigurationState, DataSourceConfigurationValue, JMXConnectorConfiguration, LiquibaseConfiguration

public interface Enabled

Common configuration for setting whether a service is enabled or not. A disabled service is not considered to be available. Let your own ConfigurationComposite extend this interface to use.


Method Summary
 Property<java.lang.Boolean> enabled()
           
 

Method Detail

enabled

@UseDefaults
Property<java.lang.Boolean> enabled()