Package dev.restate.sdk.interceptor
Interface RunContextPropagator.CapturedContext
- Enclosing interface:
RunContextPropagator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Thread-local state captured by
RunContextPropagator.capture().-
Method Summary
-
Method Details
-
wrap
Wraprunnableso the captured state is re-installed around it when executed on another thread.
-