Class ApacheRuntimeConfiguration

java.lang.Object
io.micronaut.http.poja.apache.ApacheRuntimeConfiguration
All Implemented Interfaces:
io.micronaut.core.util.Toggleable

@ConfigurationProperties("poja.apache") public class ApacheRuntimeConfiguration extends Object implements io.micronaut.core.util.Toggleable
Enablement configuration for the Apache POJA runtime.
  • Field Details

  • Constructor Details

    • ApacheRuntimeConfiguration

      public ApacheRuntimeConfiguration()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface io.micronaut.core.util.Toggleable
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether the Apache POJA runtime is enabled.
      Parameters:
      enabled - True if the runtime is enabled