Package jakarta.enterprise.inject.spi
Interface BeforeShutdown
-
public interface BeforeShutdownThe type of the final event the container fires after it has finished processing requests and destroyed all contexts. If any observer method of the
BeforeShutdownevent throws an exception, the exception is ignored by the container.- Author:
- David Allen