public interface BusinessProcessor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
process(ProcessContext context)
process business logic
|
void |
route(ProcessContext context)
route
|
void process(ProcessContext context) throws FrameworkException
context - FrameworkExceptionvoid route(ProcessContext context) throws FrameworkException
context - FrameworkExceptionCopyright © 2019 Seata. All rights reserved.