Class ConnectionMonitorParameters


  • public class ConnectionMonitorParameters
    extends Object
    Parameters that define the operation to create a connection monitor.
    • Constructor Detail

      • ConnectionMonitorParameters

        public ConnectionMonitorParameters()
    • Method Detail

      • autoStart

        public Boolean autoStart()
        Get the autoStart value.
        Returns:
        the autoStart value
      • withAutoStart

        public ConnectionMonitorParameters withAutoStart​(Boolean autoStart)
        Set the autoStart value.
        Parameters:
        autoStart - the autoStart value to set
        Returns:
        the ConnectionMonitorParameters object itself.
      • monitoringIntervalInSeconds

        public Integer monitoringIntervalInSeconds()
        Get the monitoringIntervalInSeconds value.
        Returns:
        the monitoringIntervalInSeconds value
      • withMonitoringIntervalInSeconds

        public ConnectionMonitorParameters withMonitoringIntervalInSeconds​(Integer monitoringIntervalInSeconds)
        Set the monitoringIntervalInSeconds value.
        Parameters:
        monitoringIntervalInSeconds - the monitoringIntervalInSeconds value to set
        Returns:
        the ConnectionMonitorParameters object itself.