Class ExecuteForEachEntryOf
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.common.ExecuteForEachEntryOf
- All Implemented Interfaces:
Serializable
Represents a configuration for executing an operation for each entry of a specified source.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecuteForEachEntryOf(@NonNull String source, IEntryConcatMethod concatMethod, Integer sleep) Constructs an instance ofExecuteForEachEntryOf. -
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a copy of the currentExecuteForEachEntryOfinstance.toString()
-
Constructor Details
-
ExecuteForEachEntryOf
public ExecuteForEachEntryOf(@NonNull @NonNull String source, IEntryConcatMethod concatMethod, Integer sleep) Constructs an instance ofExecuteForEachEntryOf.- Parameters:
source- The source for executing the operation for each entry.concatMethod- The method used to concatenate entries.sleep- The sleep integer in ms.
-
-
Method Details
-
copy
Creates a copy of the currentExecuteForEachEntryOfinstance.- Returns:
- A new instance of
ExecuteForEachEntryOfwith the same source and concatenation method.
-
toString
-