类 StepExecutionApplicationEventAdvice

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

    public class StepExecutionApplicationEventAdvice
    extends java.lang.Object
    implements org.springframework.context.ApplicationEventPublisherAware
    Wraps calls for methods taking StepExecution as an argument and publishes notifications in the form of ApplicationEvent.
    作者:
    Dave Syer
    • 方法详细资料

      • setApplicationEventPublisher

        public void setApplicationEventPublisher​(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
        指定者:
        setApplicationEventPublisher 在接口中 org.springframework.context.ApplicationEventPublisherAware
      • onError

        public void onError​(org.aspectj.lang.JoinPoint jp,
                            StepExecution stepExecution,
                            java.lang.Throwable t)