Skip to content

Commit

Permalink
Merge pull request #8040 from wso2/DinithiDiaz-patch-15
Browse files Browse the repository at this point in the history
[4.2.0] Update toml config in Synapse Handlers
  • Loading branch information
DinithiDiaz authored Jun 30, 2024
2 parents 3424298 + 4cff1f3 commit 0e0b6e9
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 0e0b6e9

Please sign in to comment.