public interface BusinessProcessor
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.