Package javax.enterprise.inject.spi
Interface BeforeShutdown
public interface BeforeShutdown
The type of the final event the container fires after it has finished processing requests and destroyed all contexts. If any
observer method of the BeforeShutdown
event throws an exception, the exception is ignored by the container.