Interface MDCUtils.MDCCloseable
- 
- All Superinterfaces:
 java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
 MDCUtils.MDCDetails
- Enclosing class:
 - MDCUtils
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface MDCUtils.MDCCloseable extends java.io.Closeable 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose() 
 -