Skip to content

Commit

Permalink
chore(engine): fix eventType filter javadoc
Browse files Browse the repository at this point in the history
Related to CAM-13428
  • Loading branch information
koevskinikola committed Apr 30, 2021
1 parent 8d9cc63 commit e33732e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public interface EventSubscriptionQuery extends Query<EventSubscriptionQuery, Ev
EventSubscriptionQuery eventName(String eventName);

/** Only select subscriptions for events with the given type. "message" selects message event subscriptions,
* "signal" selects signal event subscriptions, "compensation" selects compensation event subscriptions,
* "signal" selects signal event subscriptions, "compensate" selects compensation event subscriptions,
* "conditional" selects conditional event subscriptions.**/
EventSubscriptionQuery eventType(String eventType);

Expand Down

0 comments on commit e33732e

Please sign in to comment.