Run Java Code
This handler (com.rierino.handler.OpenHFTEventHandler) provides ability to load and execute dynamic Java event handler codes during runtime.
Handler Parameters
Parameter
Definition
Example
Default
Actions
Process / ProcessCode
Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Run Java Code Process/ProcessCode action eventMeta.parameters",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"dynamicHandler": {
"type": "string",
"definition": "Name of the code handler to execute request",
"example": "basket_operations",
"default": null
},
"dynamicAction": {
"type": "string",
"definition": "Name of the action to call on code handler",
"example": "PriceBasket",
"default": null
}
}
}
}
}
}
}Codes
Last updated
