public class TrieEvent
extends org.springframework.context.ApplicationEvent
| 构造器和说明 |
|---|
TrieEvent(org.apache.shenyu.common.enums.TrieEventEnum trieEventEnum,
org.apache.shenyu.common.enums.TrieCacheTypeEnum trieCacheTypeEnum,
T source)
shenyu trie event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shenyu.common.enums.TrieCacheTypeEnum |
getTrieCacheTypeEnum()
get trie cache type.
|
org.apache.shenyu.common.enums.TrieEventEnum |
getTrieEventEnum()
get rule trie build or remove event.
|
public TrieEvent(org.apache.shenyu.common.enums.TrieEventEnum trieEventEnum,
org.apache.shenyu.common.enums.TrieCacheTypeEnum trieCacheTypeEnum,
T source)
trieEventEnum - ruleTrieEventEnumtrieCacheTypeEnum - trie cache typesource - datapublic org.apache.shenyu.common.enums.TrieEventEnum getTrieEventEnum()
public org.apache.shenyu.common.enums.TrieCacheTypeEnum getTrieCacheTypeEnum()
Copyright © 2026 The Apache Software Foundation. All rights reserved.