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
log.debug(s"POST /instances/$callerId/matchingResult has been called with parameters : matchedInstanceId=$matchedInstanceId&MatchingSuccessful=$matchingResult")
359
-
360
-
handler.handleMatchingResult(callerId, matchedInstanceId, matchingResult) match {
361
-
case handler.OperationResult.IdUnknown=>
362
-
log.warning(s"Cannot apply matching result for id $callerId to id $matchedInstanceId, at least one id could not be found")
363
-
complete {
364
-
HttpResponse(StatusCodes.NotFound, entity =s"One of the ids $callerId and $matchedInstanceId was not found.")
365
-
}
366
-
case handler.OperationResult.Ok=>
367
-
complete {
368
-
s"Matching result $matchingResult processed."
356
+
log.debug(s"POST /instances/$affectedInstanceId/matchingResult has been called with entity $json")
0 commit comments