public class DelayedInitializer
extends java.lang.Object
implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
| Constructor and Description |
|---|
DelayedInitializer(GlobalConfig config,
io.dropwizard.setup.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event) |
org.glassfish.jersey.server.monitoring.RequestEventListener |
onRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent) |
public DelayedInitializer(GlobalConfig config, io.dropwizard.setup.Environment environment)
public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListenerpublic void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener