Skip to content

Commit

Permalink
GH-1071 Add getter for Message in FunctionContext
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Sep 25, 2023
1 parent 552d888 commit 42336c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ public SimpleFunctionRegistry.FunctionInvocationWrapper getTargetFunction() {
return targetFunction;
}

public Message<?> getMessage() {
return message;
}
}

0 comments on commit 42336c8

Please sign in to comment.