Skip to content

Commit

Permalink
KOGITO-9611 - Add identity to process events
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai committed Jul 24, 2023
1 parent b5f7543 commit c6723b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class KafkaDispatcher implements RequestDispatcher {

private class ObjectCloudEvent extends ProcessDataEvent<Object> {
public ObjectCloudEvent(String trigger, Object data) {
super(trigger, "java_client", data, null, null, null, null, null, null, null, null, null, null);
super(trigger, "java_client", data, null, null, null, null, null, null, null, null, null, null, null);
}
}

Expand Down

0 comments on commit c6723b4

Please sign in to comment.