类 IstioExecutor

java.lang.Object
com.alibaba.nacos.istio.util.IstioExecutor

public class IstioExecutor extends Object
作者:
special.fy
  • 构造器详细资料

    • IstioExecutor

      public IstioExecutor()
  • 方法详细资料

    • registerNacosResourceWatcher

      public static void registerNacosResourceWatcher(Runnable watcher, long initialDelay, long period)
    • asyncHandleEvent

      public static <V> Future<V> asyncHandleEvent(Callable<V> task)