Class SentryTaskDecorator

java.lang.Object
io.sentry.spring.SentryTaskDecorator
All Implemented Interfaces:
TaskDecorator

public final class SentryTaskDecorator extends Object implements TaskDecorator
Forks scopes for the thread running a Runnable given by parameter. Used to propagate the current IScopes on the thread executing async task - like MVC controller methods returning a Callable or Spring beans methods annotated with Async.
  • Constructor Details

    • SentryTaskDecorator

      public SentryTaskDecorator()
  • Method Details