Skip to content

Commit

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

Signed-off-by: clinique <gael@lhopital.org>
  • Loading branch information
clinique committed Oct 6, 2023
1 parent 30b0e46 commit 3d4c9f3
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 3d4c9f3

Please sign in to comment.