Process incoming messages in a standalone manner #702
Unanswered
platomedical
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to process incoming messages in a standalone manner?
Our public facing web server receives the incoming POST request and HEADERS. The incoming POST body is something like this:
Is there a way to pass this POST body along with the HEADERS to a Java function and get the response that will be sent back to our web server?
Beta Was this translation helpful? Give feedback.
All reactions