Interface Watcher.DefinitionStages.WithExecutionFrequencyInSeconds

All Known Subinterfaces:
Watcher.Definition, Watcher.DefinitionStages.WithCreate
Enclosing interface:
Watcher.DefinitionStages

public static interface Watcher.DefinitionStages.WithExecutionFrequencyInSeconds
The stage of the Watcher definition allowing to specify executionFrequencyInSeconds.
  • Method Details

    • withExecutionFrequencyInSeconds

      Watcher.DefinitionStages.WithCreate 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.