Interface MicronautContextAware

All Superinterfaces:
BackgroundApp

public interface MicronautContextAware extends BackgroundApp
TODO: Use this somewhere to inject the context
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBeanFactory(io.micronaut.context.BeanContext context)
    Implement this method to have the BeanContext injected

    Methods inherited from interface app.supernaut.BackgroundApp

    init, start, stop
  • Method Details

    • setBeanFactory

      void setBeanFactory(io.micronaut.context.BeanContext context)
      Implement this method to have the BeanContext injected
      Parameters:
      context - injected BeanContext