You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create different config keys for each action so listener class can be mentioned in the config.
Package name should be default, if listener class have common package name.
Proposed changes
"listeners": {
// If common package for all listener class"package": "package.name",
"type": {
// If package is different for different actions"<action-name>": "<package-name>"
}
}
The text was updated successfully, but these errors were encountered:
Description
Proposed changes
The text was updated successfully, but these errors were encountered: