Uses of Interface
io.bootique.jetty.request.RequestMDCItem
-
Packages that use RequestMDCItem Package Description io.bootique.jetty io.bootique.jetty.request -
-
Uses of RequestMDCItem in io.bootique.jetty
Methods in io.bootique.jetty that return types with arguments of type RequestMDCItem Modifier and Type Method Description protected io.bootique.di.MapBuilder<String,RequestMDCItem>JettyModuleExtender. contributeMdcItems()Methods in io.bootique.jetty with parameters of type RequestMDCItem Modifier and Type Method Description JettyModuleExtenderJettyModuleExtender. addRequestMDCItem(String mdcKey, RequestMDCItem item)Method parameters in io.bootique.jetty with type arguments of type RequestMDCItem Modifier and Type Method Description JettyModuleExtenderJettyModuleExtender. addRequestMDCItem(String mdcKey, Class<? extends RequestMDCItem> itemType) -
Uses of RequestMDCItem in io.bootique.jetty.request
Constructor parameters in io.bootique.jetty.request with type arguments of type RequestMDCItem Constructor Description RequestMDCManager(Map<String,RequestMDCItem> items)
-