Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure listener config in the config file #752

Open
2 tasks
WasiqB opened this issue Jan 22, 2024 · 0 comments
Open
2 tasks

Restructure listener config in the config file #752

WasiqB opened this issue Jan 22, 2024 · 0 comments

Comments

@WasiqB
Copy link
Member

WasiqB commented Jan 22, 2024

Description

  • 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>"
  }
}
@WasiqB WasiqB converted this from a draft issue Jan 22, 2024
@WasiqB WasiqB added this to the 🪣 Milestone Bucket milestone Jan 22, 2024
@WasiqB WasiqB modified the milestones: 🪣 Milestone Bucket, v-1.2.0 Mar 18, 2024
@WasiqB WasiqB modified the milestones: v-1.2.0, v-1.3.0 Apr 16, 2024
@WasiqB WasiqB modified the milestones: v-1.2.0, 🪣 Milestone Bucket Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ⚡ Planned
Development

No branches or pull requests

1 participant