examples/sample-plugin-stage
directory.
The sample plugin stage is an example project with two simple querying stages:
UpdateRequestStage.java
- Add a new query parameter with a specific value to each query request.UpdateResponseStage.java
- Add a new field with a specific value to each query response.gradle
project that assembles a Fusion query stage plugin .zip
.
.zip
file (with required manifest file) inside the build/libs
folder.
Stages
list in the Fusion Query Pipelines UI.