Skip to content

Commit b785a2f

Browse files
committed
Add WithSpan annotation to repseudo
1 parent 9d90987 commit b785a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/no/ssb/dlp/pseudo/service/pseudo/PseudoField.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public Flowable<String> process(PseudoConfigSplitter pseudoConfigSplitter,
137137
* @param values The values to be processed.
138138
* @return A Flowable stream that processes the field values by applying the configured pseudo rules, and returns them as a lists of strings.
139139
*/
140+
@WithSpan
140141
public Flowable<String> process(RecordMapProcessorFactory recordProcessorFactory,
141142
List<String> values,
142143
PseudoField targetPseudoField,

0 commit comments

Comments
 (0)