Skip to content

Commit

Permalink
fix: access Kafka execution context from KafkaMessageExecutionContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Jan 8, 2025
1 parent 046017b commit 45d71d0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
public interface KafkaMessageExecutionContext extends NativeMessageExecutionContext {
String TEMPLATE_ATTRIBUTE_MESSAGE = "message";

/**
* Access the execution context.
* @return the execution context.
*/
KafkaExecutionContext executionContext();

/**
* Get the current request attached to this execution context.
* @return the request.
Expand Down

0 comments on commit 45d71d0

Please sign in to comment.