Skip to content
Advertisement

Tag: azure-java-tools

Is there a way to get the headers data of events (EventHub) using @EventHubTrigger of Azure Functions in Java?

I have an Azure Function implemented with azure-functions-java-library that receives events from one EventHub and I’m using @EventHubTrigger, the problem is that I need the header data from an event but I don’t see any way to get this, I have already read the docs and nothing. The reason I need this is because from the EventHub I’am receiving events

Advertisement