@Dependent public class LifecycleEventRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) javax.enterprise.event.Event<ShutdownEvent> |
shutdown |
(package private) javax.enterprise.event.Event<StartupEvent> |
startup |
| Constructor and Description |
|---|
LifecycleEventRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireShutdownEvent() |
void |
fireStartupEvent() |
@Inject javax.enterprise.event.Event<StartupEvent> startup
@Inject javax.enterprise.event.Event<ShutdownEvent> shutdown
Copyright © 2020 JBoss by Red Hat. All rights reserved.