Custom action
Implement🔗
Package🔗
-
Declare your custom actions full class names inside the file
META-INF/extension/chutney.actions
. -
Add your custom actions' code and meta file in the classpath of a Chutney engine.
Custom action starting server debug log
Checking your log, you will see something like
Add custom actions to an already packaged Chutney server
- Package a JAR archive with your custom actions and associated meta file.
- Use the
loader.path
Java system properties to add your archive to classpath.