Package com.io7m.idstore.server.logging
Interface IdServerMDCProcessorType
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
IdServerMDCRequestProcessor,IdServerMDCResponseProcessor
The interface exposed by objects that know how to configure MDC properties.
- See Also:
-
MDC
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Remove any MDC properties that were added by the processor.
-
Method Details
-
close
Remove any MDC properties that were added by the processor.- Specified by:
closein interfaceAutoCloseable- Throws:
RuntimeException- On errors
-