-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
@EventRule("/Event-Output/TagA-Output/**")
@component("emailHandler")
public class EmailDisruptorHandler implements DisruptorHandler {
@Override
public void doHandler(DisruptorBindEvent event, HandlerChain<DisruptorBindEvent> handlerChain) throws Exception {
System.out.println(event.toString());
}
}
其中handlerChain怎么执行event?
Metadata
Metadata
Assignees
Labels
No labels