In this article, I'm going to explain how to custom handler in WSO2 APIM
You can follow below steps
You can follow below steps
- Implement sample handler. You can follow this blog to write a custom handler.
- Create a jar file
- Add the jar file to the <APIM_HOME>/repository/components/lib
- Login to the management console
- Go to the Main menu -> Service Bus -> Source View
- Add the below configuration to the API, handlers configuration section
<handler class="com.wso2.sample.handler.CustomHandler"></handler>
No comments:
Post a Comment