Class AweMDCTaskDecorator

java.lang.Object
com.almis.awe.component.AweMDCTaskDecorator
All Implemented Interfaces:
org.springframework.core.task.TaskDecorator

public class AweMDCTaskDecorator extends Object implements org.springframework.core.task.TaskDecorator
Tasl decorator to propagate MDC parameters to child threads
  • Constructor Details

    • AweMDCTaskDecorator

      public AweMDCTaskDecorator()
  • Method Details

    • decorate

      @NotNull public @NotNull Runnable decorate(@NotNull @NotNull Runnable runnable)
      Specified by:
      decorate in interface org.springframework.core.task.TaskDecorator