org.qi4j.api.configuration
Interface Enabled

All Known Subinterfaces:
DataSourceConfiguration, DomainEventTrackerConfiguration, 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<Boolean> enabled()
           
 

Method Detail

enabled

@UseDefaults
Property<Boolean> enabled()