Package io.micronaut.core.util
Interface Toggleable
public interface Toggleable
An interface for components or configurations that can be toggled on or off.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
isEnabled
default boolean isEnabled()- Returns:
- Whether the component is enabled
-