Changes for page Setting up exit gate

Last modified by Danniar Firdausy on 2024/09/04 16:15

From version 23.24
edited by Danniar Firdausy
on 2024/08/21 11:47
Change comment: There is no comment for this version
To version 23.22
edited by Danniar Firdausy
on 2024/08/07 15:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,8 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -In this microlearning, we will walk you through how to configure the exit gate, which ensures seamless message delivery between the API Gateway and your backend operations. We will cover the essential parts from basic concepts to practical steps, so you will know exactly how to configure an exit gate to deliver incoming requests and give back responses to the client calling the API.
2 +In this microlearning, we will focus on setting up the exit gate for the API Gateway.
3 +This exit gate ensures that the message is delivered to the backend operation and that the response of the backend operation is given back to the client calling the API.
3 3  
4 -If you have any questions along the way, feel free to reach out to us at [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 +Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
6 6  == 1. Prerequisites ==
7 7  
... ... @@ -10,13 +10,11 @@
10 10  == 2. Key concepts ==
11 11  
12 12  This microlearning centers around setting up the exit gate for the API Gateway solution of eMagiz.
13 -
14 14  With exit gate, we mean: The piece of functionality that connects to the backend operation to execute the action on behalf of the client that is calling the API
15 -
16 16  With API Gateway we mean: A collection of RESTful API operations that can be published to the outside world to give them access to applications that are linked to your business process
17 17  
18 18  The exit gate is created by eMagiz based on the configuration in Design. In passthrough cases, you only need to add authentication.
19 -In cases of transformation, you need to specify the outbound component (e.g., HTTP, Web service, JDBC, SFTP, etc.) and the authentication.
18 +In cases of transformation, you need to specify the outbound component (i.e. HTTP, Web service, JDBC, SFTP, etc.) and the authentication.
20 20  
21 21  == 3. Setting up exit gate ==
22 22  
... ... @@ -42,12 +42,12 @@
42 42  
43 43  == 4. Key takeaways ==
44 44  
45 -* Each backend operation has a specific exit gate that:
46 -** Handles all incoming traffic destined for that backend operation
47 -** Connects to the backend operation to execute the requested action
48 -** Sends response back to the client that made the API call
49 -* eMagiz will automatically handle most of the setup for you, including the generation of the exit gate configuration.
50 -* Depending on your use cases, some manual changes might be necessary
44 +* Each backend operation has a specific exit gate that will
45 + * Handle all incoming traffic destined for that backend operation
46 + * Connect to the backend operation
47 + * Send response back to the client that is calling the API
48 +* eMagiz will automatically build the biggest portion of the exit gate for you
49 +* Some manual changes are necessary
51 51  
52 52  == 5. Suggested Additional Readings ==
53 53