@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Listener(type=TheFlowListenerType.class, priority=2147483647) public @interface TheFlowListener
监听某一个特定流程发生的事件,配合@ListenDecidedNode、@ListenDecidedStateNode、@ListenFlowException一起使用。
public abstract String flow
@AliasFor(annotation=org.bekit.event.annotation.listener.Listener.class, attribute="priority") public abstract int priority
Copyright © 2020. All rights reserved.