Uses of Interface
javax.enterprise.inject.spi.BeforeShutdown
-
Packages that use BeforeShutdown Package Description org.jboss.weld.bootstrap.events org.jboss.weld.environment.se -
-
Uses of BeforeShutdown in org.jboss.weld.bootstrap.events
Classes in org.jboss.weld.bootstrap.events that implement BeforeShutdown Modifier and Type Class Description classBeforeShutdownImpl -
Uses of BeforeShutdown in org.jboss.weld.environment.se
Methods in org.jboss.weld.environment.se that return types with arguments of type BeforeShutdown Modifier and Type Method Description static ContainerLifecycleObserver.Builder<BeforeShutdown>ContainerLifecycleObserver. beforeShutdown()static ContainerLifecycleObserver<BeforeShutdown>ContainerLifecycleObserver. beforeShutdown(Consumer<BeforeShutdown> callback)Method parameters in org.jboss.weld.environment.se with type arguments of type BeforeShutdown Modifier and Type Method Description static ContainerLifecycleObserver<BeforeShutdown>ContainerLifecycleObserver. beforeShutdown(Consumer<BeforeShutdown> callback)
-