-
Notifications
You must be signed in to change notification settings - Fork 3
API Gateway Asynchronous Invocation
Tharanga edited this page Jun 2, 2018
·
4 revisions
Quebic also supports to API Gateway to act as asynchronous http-interface. You can do it by just setting async = true in route endpoint setting.
After client send his request through the API Gateway, He immediately gets a reference id (request-id) to track the request. Then client can check the request by using that request-id from request-tracker endpoint of API Gateway, If function already completed the task client will get the result of request, otherwise he will get request-still-processing message.
<api-gateway>/request-tracker/{request-id}