JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.core.util
Interface Toggleable
All Known Subinterfaces:
ClassLoadingReporter
,
CookieTenantResolverConfiguration
,
FixedTenantResolverConfiguration
,
HttpContentProcessor
<T>,
HttpHeaderTenantResolverConfiguration
,
PrincipalTenantResolverConfiguration
,
PropertySourceLoader
,
SessionTenantResolverConfiguration
,
SubdomainTenantResolverConfiguration
,
SystemPropertyTenantResolverConfiguration
,
TenantPropagationConfiguration
All Known Implementing Classes:
AbstractBufferingHttpContentProcessor
,
AbstractHttpContentProcessor
,
AbstractPropertySourceLoader
,
AmazonMetadataConfiguration
,
BraveTracerConfiguration
,
ClientSslConfiguration
,
CloudFoundryVcapApplicationPropertySourceLoader
,
CloudFoundryVcapServicesPropertySourceLoader
,
ConfigDiscoveryConfiguration
,
CookieTenantResolverConfigurationProperties
,
DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration
,
DefaultHttpContentProcessor
,
DefaultSslConfiguration
,
DefaultValidatorConfiguration
,
DigitalOceanMetadataConfiguration
,
DiscoveryClientHealthIndicatorConfiguration
,
DiscoveryConfiguration
,
DiskSpaceIndicatorConfiguration
,
EnvJsonPropertySourceLoader
,
FileWatchConfiguration
,
FixedTenantResolverConfigurationProperties
,
FormDataHttpContentProcessor
,
GoogleComputeMetadataConfiguration
,
HeaderVersionResolverConfiguration
,
HeartbeatConfiguration
,
HttpClientConfiguration.ConnectionPoolConfiguration
,
HttpHeaderTenantResolverConfigurationProperties
,
HttpServerConfiguration.CorsConfiguration
,
HttpServerConfiguration.MultipartConfiguration
,
JaegerConfiguration
,
JsonContentProcessor
,
JsonPropertySourceLoader
,
OracleCloudMetadataConfiguration
,
ParameterVersionResolverConfiguration
,
PrincipalTenantResolverConfigurationProperties
,
PropertiesPropertySourceLoader
,
RegistrationConfiguration
,
RoutesVersioningConfiguration
,
ServerSslConfiguration
,
ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration
,
ServiceHttpClientConfiguration.ServiceSslClientConfiguration
,
SessionTenantResolverConfigurationProperties
,
SslConfiguration
,
StaticResourceConfiguration
,
SubdomainTenantResolverConfigurationProperties
,
SystemPropertyTenantResolverConfigurationProperties
,
TenantPropagationConfigurationProperties
,
YamlPropertySourceLoader
public interface
Toggleable
An interface for components or configurations that can be toggled on or off.
Since:
1.0
Author:
Graeme Rocher
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method and Description
default boolean
isEnabled
()
Method Detail
isEnabled
default boolean isEnabled()
Returns:
Whether the component is enabled
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method