public class StepExecutionApplicationEventAdvice
extends java.lang.Object
implements org.springframework.context.ApplicationEventPublisherAware
StepExecution
as an argument and
publishes notifications in the form of ApplicationEvent
.Constructor and Description |
---|
StepExecutionApplicationEventAdvice() |
Modifier and Type | Method and Description |
---|---|
void |
after(org.aspectj.lang.JoinPoint jp,
StepExecution stepExecution) |
void |
before(org.aspectj.lang.JoinPoint jp,
StepExecution stepExecution) |
void |
onError(org.aspectj.lang.JoinPoint jp,
StepExecution stepExecution,
java.lang.Throwable t) |
void |
setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) |
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
setApplicationEventPublisher
in interface org.springframework.context.ApplicationEventPublisherAware
public void before(org.aspectj.lang.JoinPoint jp, StepExecution stepExecution)
public void after(org.aspectj.lang.JoinPoint jp, StepExecution stepExecution)
public void onError(org.aspectj.lang.JoinPoint jp, StepExecution stepExecution, java.lang.Throwable t)