Class AfterBizStopFailedEvent

java.lang.Object
com.alipay.sofa.ark.spi.event.AbstractArkEvent<Biz>
com.alipay.sofa.ark.spi.event.biz.AfterBizStopFailedEvent
All Implemented Interfaces:
ArkEvent

public class AfterBizStopFailedEvent extends AbstractArkEvent<Biz>
Since:
Author:
guolei.sgl (guolei.sgl@antfin.com) 2019/11/1 6:21 PM
  • Constructor Details

    • AfterBizStopFailedEvent

      public AfterBizStopFailedEvent(Biz source, Throwable t)
  • Method Details

    • getThrowable

      public Throwable getThrowable()