public class NewRelicModule extends AbstractModule implements HandlerDecoratingModule
| Constructor and Description |
|---|
NewRelicModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
Handler |
decorate(Injector injector,
Handler handler)
Decorate the given handler with any global logic.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected void configure()
configure in class AbstractModulepublic Handler decorate(Injector injector, Handler handler)
HandlerDecoratingModuledecorate in interface HandlerDecoratingModuleinjector - The injector created from all the application moduleshandler - The application handler