public interface EventConsumer<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class<E> clazz)
if thd handler can handle this class return true otherwise return false
|
void |
process(E event)
process
|
void process(E event) throws FrameworkException
event - the eventFrameworkException - the framework exceptionCopyright © 2023 Seata. All rights reserved.