Package io.sentry

Interface Scope.IWithPropagationContext

Enclosing class:
Scope

@Internal public static interface Scope.IWithPropagationContext
the IWithPropagationContext callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(@NotNull PropagationContext propagationContext)
    The accept method of the callback
  • Method Details

    • accept

      void accept(@NotNull @NotNull PropagationContext propagationContext)
      The accept method of the callback
      Parameters:
      propagationContext - the current propagationContext