Class ThreadPoolExhaustedEvent

java.lang.Object
org.apache.dubbo.common.threadpool.event.ThreadPoolExhaustedEvent

public class ThreadPoolExhaustedEvent extends Object
An Event when the Dubbo thread pool is exhausted.
  • Constructor Details

    • ThreadPoolExhaustedEvent

      public ThreadPoolExhaustedEvent(String msg)
  • Method Details

    • getMsg

      public String getMsg()