Module app.supernaut.fx.micronaut
Package app.supernaut.fx.micronaut
Interface MicronautContextAware
- All Superinterfaces:
BackgroundApp
TODO: Use this somewhere to inject the context
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBeanFactory
(io.micronaut.context.BeanContext context) Implement this method to have the BeanContext injectedMethods inherited from interface app.supernaut.BackgroundApp
init, start, stop
-
Method Details
-
setBeanFactory
Implement this method to have the BeanContext injected- Parameters:
context
- injected BeanContext
-