@LoadLevel(name="InSagaBranch", order=50) public class InSagaBranchHandlerInterceptor extends Object implements StateHandlerInterceptor
| Constructor and Description |
|---|
InSagaBranchHandlerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getXidFromProcessContext(ProcessContext context)
Gets xid from saga process context.
|
boolean |
match(Class<? extends InterceptableStateHandler> clazz) |
void |
postProcess(ProcessContext context,
Exception exp) |
void |
preProcess(ProcessContext context) |
public boolean match(Class<? extends InterceptableStateHandler> clazz)
match in interface StateHandlerInterceptorpublic void preProcess(ProcessContext context) throws EngineExecutionException
preProcess in interface StateHandlerInterceptorEngineExecutionExceptionpublic void postProcess(ProcessContext context, Exception exp) throws EngineExecutionException
postProcess in interface StateHandlerInterceptorEngineExecutionExceptionprotected String getXidFromProcessContext(ProcessContext context)
Copyright © 2023 Seata. All rights reserved.