| Modifier and Type | Class and Description |
|---|---|
class |
DataAccessException
the data access exception
|
class |
RedisException
The redis operate exception
|
class |
StoreException
the store exception
|
| Modifier and Type | Method and Description |
|---|---|
static FrameworkException |
FrameworkException.nestedException(String msg,
Throwable e)
Nested exception framework exception.
|
static FrameworkException |
FrameworkException.nestedException(Throwable e)
Nested exception framework exception.
|
| Modifier and Type | Method and Description |
|---|---|
io.seata.integration.tx.api.remoting.RemotingDesc |
LocalTCCRemotingParser.getServiceDesc(Object bean,
String beanName) |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineExecutionException
StateMachineEngine Execution Exception
|
class |
ForwardInvalidException
Forward operation invalid exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachineProcessHandler.process(ProcessContext context) |
Instruction |
StateMachineProcessRouter.route(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessController.process(ProcessContext context)
process business logic
|
Instruction |
ProcessRouter.route(ProcessContext context)
route
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventBus.offer(E e)
insert add element into bus
|
void |
EventConsumer.process(E event)
process
|
boolean |
EventPublisher.publish(E event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DirectEventBus.offer(ProcessContext context) |
boolean |
AsyncEventBus.offer(ProcessContext context) |
void |
ProcessCtrlEventConsumer.process(ProcessContext event) |
boolean |
ProcessCtrlEventPublisher.publish(ProcessContext event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessHandler.process(ProcessContext context)
process
|
void |
RouterHandler.route(ProcessContext context)
route
|
void |
DefaultRouterHandler.route(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessControllerImpl.process(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessProcessor.process(ProcessContext context)
process business logic
|
void |
BusinessProcessor.route(ProcessContext context)
route
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizeBusinessProcessor.process(ProcessContext context) |
void |
CustomizeBusinessProcessor.route(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
io.seata.integration.tx.api.remoting.RemotingDesc |
RemotingFactoryBeanParser.getServiceDesc(Object bean,
String beanName) |
Copyright © 2023 Seata. All rights reserved.