Package dev.restate.sdk.interceptor
package dev.restate.sdk.interceptor
-
ClassDescriptionWraps a single handler invocation attempt.Per-invocation context exposed to a
HandlerInterceptor.Factory forHandlerInterceptor.Advances the interceptor chain.Propagates thread-local state from the thread running the handler code to the thread executing aRestate.run(String, Class, ThrowingSupplier)closure.Thread-local state captured byRunContextPropagator.capture().Wraps the execution of aRestate.run(String, Class, ThrowingSupplier)closure.Per-ctx.runcall context exposed to aRunInterceptor.Factory forRunInterceptor.Advances the interceptor chain.