public interface CEPCoreAopProcessor
Modifier and Type | Field and Description |
---|---|
static int |
AFTER |
static int |
AFTER_LOCAL |
static int |
AFTER_REMOTE |
static int |
BEFORE |
static int |
BEFORE_LOCAL |
static int |
BEFORE_REMOTE |
Modifier and Type | Method and Description |
---|---|
int |
getPosition()
返回拦截位置,拦截位置可以上上面定义的常量的相加的组合
|
boolean |
isMatch(Event event)
是否匹配
|
void |
process(Event event)
匹配时处理事件
|
static final int BEFORE
static final int AFTER
static final int BEFORE_LOCAL
static final int AFTER_LOCAL
static final int BEFORE_REMOTE
static final int AFTER_REMOTE
Copyright © 2006–2018 TinyGroup. All rights reserved.