Package io.quarkus.arc.runtime
Interface BeanContainerListener
-
public interface BeanContainerListenerAn interface that can be used to configure beans immediately after theBeanContainerhas been created. The container is passed to the interface and beans can be obtained and be modified. This provides a convenient way to pass configuration from the deployment processors into runtime beans.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreated(BeanContainer container)
-
-
-
Method Detail
-
created
void created(BeanContainer container)
-
-