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

Implement Create Components for Anomaly Detection Extension #499

Closed
Tracked by #427
joshpalis opened this issue Feb 28, 2023 · 0 comments
Closed
Tracked by #427

Implement Create Components for Anomaly Detection Extension #499

joshpalis opened this issue Feb 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@joshpalis
Copy link
Member

Component instances returned via createComponents are bound to Guice Modules during extensionRunner initialization and in turn are used to initialize an injector. This enables dependency injection via the @Inject annotation for fields, methods and constructors such as transport action handler constructors.

The full list of components necessary for Anomaly Detection can be found here This issue will be used to track the components necessary for Anomaly Detection Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants