Interface Watcher.UpdateStages.WithExecutionFrequencyInSeconds

All Known Subinterfaces:
Watcher.Update
Enclosing interface:
Watcher.UpdateStages

public static interface Watcher.UpdateStages.WithExecutionFrequencyInSeconds
The stage of the Watcher update allowing to specify executionFrequencyInSeconds.
  • Method Summary

    Modifier and Type
    Method
    Description
    withExecutionFrequencyInSeconds(Long executionFrequencyInSeconds)
    Specifies the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked..
  • Method Details

    • withExecutionFrequencyInSeconds

      Watcher.Update withExecutionFrequencyInSeconds(Long executionFrequencyInSeconds)
      Specifies the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked..
      Parameters:
      executionFrequencyInSeconds - Gets or sets the frequency at which the watcher is invoked.
      Returns:
      the next definition stage.