Class PollingProperties

java.lang.Object
com.nmontytskyi.monitoring.server.config.PollingProperties

@ConfigurationProperties(prefix="monitoring.polling") public class PollingProperties extends Object
Externalized configuration for the Actuator polling subsystem.

All properties are bound under the monitoring.polling prefix and control whether polling is enabled, the polling interval, and HTTP timeout values used by ActuatorClient.

Author:
Nazar Montytskyi
See Also:
  • Constructor Details

    • PollingProperties

      public PollingProperties()