类 AlarmThreadPoolExecutor

java.lang.Object
org.apache.shenyu.plugin.base.alert.AlarmThreadPoolExecutor

public final class AlarmThreadPoolExecutor extends Object
ShenyuThreadPoolExecutor for alarm sender send async data.
  • 方法详细资料

    • execute

      public void execute(Runnable runnable)
      Execute alarm runnable task.
      参数:
      runnable - task
    • getInstance

      public static AlarmThreadPoolExecutor getInstance()
      Get AlarmThreadPoolExecutor single instance.
      返回:
      AlarmThreadPoolExecutor instance