public class DirectEventBus extends AbstractEventBus<ProcessContext>
| Constructor and Description |
|---|
DirectEventBus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(ProcessContext context)
insert add element into bus
|
getEventConsumers, registerEventConsumerpublic boolean offer(ProcessContext context) throws FrameworkException
EventBuscontext - the eventFrameworkException - the framework exceptionCopyright © 2023 Seata. All rights reserved.