Class BeanContainerListenerBuildItem


  • public final class BeanContainerListenerBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Build item that registers a listener which gets notified as soon as the CDI bean container is initialized. This is a convenient way to get access to beans and configure them as soon as the container is started. An instance of the running BeanContainer is provided to the listener.
    See Also:
    BeanContainerListener
    • Constructor Detail

      • BeanContainerListenerBuildItem

        public BeanContainerListenerBuildItem​(BeanContainerListener beanContainerListener)