Skip to content

Commit

Permalink
Update creating-synapse-handlers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DinithiDiaz authored Jun 14, 2024
1 parent 9c80c4c commit 4cff1f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To deploy your custom synapse handler in WSO2 Micro Integrator, bundle the artif
To engage the deployed Synapse handler, you need to add the following configuration to the `deployment.toml` file.
```toml
[synapse_handlers]
<handlerName>.enabled = true
<handlerName>.class = "<packageName>.<handlerName>"
[[synapse_handlers]]
name = "<handlerName>"
class = "<packageName>.<handlerName>"
```

0 comments on commit 4cff1f3

Please sign in to comment.