Class MDCCallableAdapter<T>

java.lang.Object
org.zeroturnaround.exec.MDCCallableAdapter<T>
All Implemented Interfaces:
Callable<T>

public class MDCCallableAdapter<T> extends Object implements Callable<T>
Restores the MDC context map for the target action.
  • Constructor Details

    • MDCCallableAdapter

      public MDCCallableAdapter(Callable<T> target, Map contextMap)
  • Method Details