reworked api
This commit is contained in:
parent
3af1211932
commit
735cfdd6c4
@ -29,7 +29,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.iqser.red.service</groupId>
|
<groupId>com.iqser.red.service</groupId>
|
||||||
<artifactId>file-management-service-api-v1</artifactId>
|
<artifactId>file-management-service-api-v1</artifactId>
|
||||||
<version>2.7.2</version>
|
<version>2.7.4</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.iqser.red.service</groupId>
|
<groupId>com.iqser.red.service</groupId>
|
||||||
|
|||||||
@ -38,7 +38,7 @@ public class RedactionMessageReceiver {
|
|||||||
}
|
}
|
||||||
log.info("Successfully analyzed {}", analyzeRequest);
|
log.info("Successfully analyzed {}", analyzeRequest);
|
||||||
|
|
||||||
fileStatusProcessingUpdateClient.analysisSuccessful(result);
|
fileStatusProcessingUpdateClient.analysisSuccessful(analyzeRequest.getProjectId(), analyzeRequest.getFileId(), result);
|
||||||
}
|
}
|
||||||
|
|
||||||
@RabbitHandler
|
@RabbitHandler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user