public class AsyncEventBus extends AbstractEventBus<ProcessContext>
| 构造器和说明 |
|---|
AsyncEventBus() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
offer(ProcessContext context)
insert add element into bus
|
void |
setThreadPoolExecutor(ThreadPoolExecutor threadPoolExecutor) |
getEventConsumers, registerEventConsumerpublic boolean offer(ProcessContext context) throws FrameworkException
EventBusFrameworkExceptionpublic void setThreadPoolExecutor(ThreadPoolExecutor threadPoolExecutor)
Copyright © 2022 Seata. All rights reserved.