Skip to content

Commit

Permalink
[Javarule] Updating Generic Event Trigger (#524)
Browse files Browse the repository at this point in the history
* [Javarule] Updating Generic Event Trigger
Solves issue #523

Signed-off-by: clinique <gael@lhopital.org>
  • Loading branch information
clinique authored Oct 9, 2023
1 parent bc986d7 commit 7942385
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
@Target({ ElementType.METHOD })
@NonNullByDefault
public @interface GenericEventTrigger {
String eventTopic();
String topic();

String eventSource();
String source();

String eventTypes();
String types();

String payload();
}

0 comments on commit 7942385

Please sign in to comment.