Skip to content

Commit

Permalink
Merge pull request #33 from ao508/promoted-request
Browse files Browse the repository at this point in the history
Promoted Request Support
  • Loading branch information
ao508 authored Apr 28, 2022
2 parents 5b5458d + 99701b3 commit de144e1
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 de144e1

Please sign in to comment.