public interface StateHandlerInterceptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Class<? extends InterceptableStateHandler> clazz) |
void |
postProcess(ProcessContext context,
Exception e) |
void |
preProcess(ProcessContext context) |
void preProcess(ProcessContext context) throws EngineExecutionException
EngineExecutionExceptionvoid postProcess(ProcessContext context, Exception e) throws EngineExecutionException
EngineExecutionExceptionboolean match(Class<? extends InterceptableStateHandler> clazz)
Copyright © 2023 Seata. All rights reserved.