You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/SecondaryToPrimaryMapper.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ public interface SecondaryToPrimaryMapper<R> {
30
30
/**
31
31
* Maps a secondary resource to the set of primary resources that should be reconciled in
32
32
* response. Implementing this single-argument form is sufficient for the vast majority of use
33
-
* cases — prefer it unless you specifically need access to the previous version of the
34
-
* secondary resource (see {@link #toPrimaryResourceIDs(Object, Object)}).
33
+
* cases — prefer it unless you specifically need access to the previous version of the secondary
34
+
* resource (see {@link #toPrimaryResourceIDs(Object, Object)}).
35
35
*
36
36
* @param resource the secondary resource for which an event was received
37
-
* @return set of primary resource IDs to enqueue for reconciliation; an empty set means the
38
-
* event is irrelevant and no reconciliation is triggered
37
+
* @return set of primary resource IDs to enqueue for reconciliation; an empty set means the event
38
+
* is irrelevant and no reconciliation is triggered
0 commit comments