Skip to content

HandlerChain 执行逻辑是什么? #25

@besodata

Description

@besodata

@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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions