Spring cloud function - accept query parameter and header

434 Views Asked by At

I have been reading about lambda and spring cloud functions, is there anyway to get hold of query parameters and the headers in the lambda.

I created a function<Message, Customer>, but Message is not holding the query parameter however i see the headers.. Is there any option i can use Supplier but still can access header and query parameter?

0

There are 0 best solutions below