类 ShenyuTrieListener

java.lang.Object
org.apache.shenyu.plugin.base.trie.ShenyuTrieListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<TrieEvent>

public class ShenyuTrieListener extends Object implements org.springframework.context.ApplicationListener<TrieEvent>
shenyu trie rule change listener.
  • 构造器详细资料

    • ShenyuTrieListener

      public ShenyuTrieListener()
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(TrieEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<TrieEvent>