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: publish-service/src/main/java/com/ericsson/eiffel/remrem/publish/controller/ProducerController.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,9 @@ public ResponseEntity generateAndPublish(@ApiParam(value = "message protocol", r
159
159
@ApiParam(value = "The maximum number of events returned from a lookup. If more events are found "
160
160
+ "they will be disregarded. The order of the events is undefined, which means that what events are "
161
161
+ "disregarded is also undefined.") @RequestParam(value = "lookupLimit", required = false, defaultValue = "1") finalintlookupLimit,
162
+
@ApiParam(value = "okToLeaveOutInvalidOptionalFields true will remove the optional "
163
+
+ "event fields from the input event data that does not validate successfully, "
164
+
+ "and add those removed field information into customData/remremGenerateFailures") @RequestParam(value = "okToLeaveOutInvalidOptionalFields", required = false, defaultValue = "false") finalBooleanokToLeaveOutInvalidOptionalFields,
Copy file name to clipboardExpand all lines: publish-service/src/test/java/com/ericsson/eiffel/remrem/publish/service/EiffelRemremCommonControllerUnitTest.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ public void testRestTemplateCallSuccess() throws Exception {
0 commit comments