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(java.lang.String, java.lang.Class<T>, dev.restate.common.function.ThrowingSupplier<T>)closure.Thread-local state captured byRunContextPropagator.capture().Wraps the execution of aRestate.run(java.lang.String, java.lang.Class<T>, dev.restate.common.function.ThrowingSupplier<T>)closure.Per-ctx.runcall context exposed to aRunInterceptor.Factory forRunInterceptor.Advances the interceptor chain.