Skip to content

Commit

Permalink
Prommoted Request Support
Browse files Browse the repository at this point in the history
Label generator service now supports promoted requests.
- refactored a bit to consolidate duplicate code and to reuse message handler logic
- added enum to direct messages to the appropriate destination topic based on which
  subject they were received on
- updated example properties

Signed-off-by: Angelica Ochoa <[email protected]>
  • Loading branch information
ao508 committed Apr 26, 2022
1 parent 5b5458d commit 99701b3
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
public interface MessageHandlingService {
void initialize(Gateway gateway) throws Exception;
void cmoLabelGeneratorHandler(String requestJson) throws Exception;
void cmoPromotedLabelHandler(String requestJson) throws Exception;
void cmoSampleLabelUpdateHandler(SampleMetadata sampleMetadata) throws Exception;
void shutdown() throws Exception;
}
Loading

0 comments on commit 99701b3

Please sign in to comment.